Search found 732 matches
- Sun Feb 05, 2017 10:29 pm
- Forum: COBOL
- Topic: cobol jcl query
- Replies: 1
- Views: 3208
- Mon Dec 19, 2016 11:40 am
- Forum: DFSORT , ICETOOL & Utilities
- Topic: DFSORT INCLUDE Output file order getting changed
- Replies: 1
- Views: 3300
- Wed Oct 12, 2016 9:17 am
- Forum: JCL INTERVIEW QUESTIONS
- Topic: is the answer correct??
- Replies: 10
- Views: 19045
- Tue Sep 06, 2016 8:45 pm
- Forum: JCL
- Topic: mainframe Spool Handling
- Replies: 5
- Views: 6406
Well, if you are talking about a Mainframe system, if you do not know how to troubleshoot spool problems, then you won't need to know. Unless you are a System's Programmer, you will never do this, and will never be allowed to do this. Your site will likely be running JES2 or JES3. Determine which, g...
- Mon Sep 05, 2016 8:56 pm
- Forum: JCL
- Topic: mainframe Spool Handling
- Replies: 5
- Views: 6406
- Mon Sep 05, 2016 10:22 am
- Forum: DFSORT , ICETOOL & Utilities
- Topic: formatting a numeric field in input file
- Replies: 7
- Views: 8243
- Sat Aug 06, 2016 11:50 am
- Forum: DFSORT , ICETOOL & Utilities
- Topic: Syncsort - scanning a record for a string of 16 digits
- Replies: 6
- Views: 8672
- Sat Aug 06, 2016 11:48 am
- Forum: JCL
- Topic: Copy through JCL
- Replies: 1
- Views: 3827
- Thu Jun 16, 2016 11:05 pm
- Forum: JCL
- Topic: JCL to calculate age by subtracting 2 dates
- Replies: 1
- Views: 6182
- Mon Jun 06, 2016 10:03 am
- Forum: Admin Announcements
- Topic: Vaccination for Children
- Replies: 2
- Views: 18310
- Wed Jun 01, 2016 10:17 am
- Forum: DFSORT , ICETOOL & Utilities
- Topic: Is this possible using Sort program
- Replies: 2
- Views: 5713
Well, you'll need to SORT on branch, so that leaves SUM as an easy option, but I think still better to use OUTFIL reporting features, REMOVECC,NODETAIL and SECTIONS with TRAILER3. SORT will take care of the field-sizes, with SUM you have to do that yourself (extending the fields in INREC if they may...
- Thu May 12, 2016 9:18 pm
- Forum: COBOL
- Topic: MOVING THE SIGN
- Replies: 2
- Views: 4047
- Mon May 09, 2016 5:13 pm
- Forum: INTERVIEW QUESTIONS
- Topic: pls give me the answers for the following interview quesions
- Replies: 18
- Views: 75230
- Thu May 05, 2016 3:27 pm
- Forum: COBOL
- Topic: Job calling cobol running for long time
- Replies: 2
- Views: 5261
Is the program eventually to run on a Mainframe? KSAM is not a Mainframe dataset-type. Doing lots of keyed reads will take lots of time. You should test your program with very small files, so that you know the program logic works, before using bigger files. You should be doing keyed reads, not seria...
- Thu May 05, 2016 3:21 pm
- Forum: JCL
- Topic: Please help me explain the JCL code
- Replies: 1
- Views: 3510