i have a jcl in which 4 & 5 step creates a new generation.
4th step output is as input for the 6th step & 5th step
output is used as input in the 7th step. How they are
refered as in the 6th & 7th steps?
If the job abends in 6th step then how the 5th step output
is refered in 7th step?
Answer Posted / shridhar
Just one correction above:
In case of failure:
STEP006 (-1)
STEP007 (0)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
what are JCLLIB and STEPLIB in JCL?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Which dd parameters are required?
What is notcat 2 - gs?
What is the syntax of JCL statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Name what parameter directs the output of the job log dataset?
what happens in conversion stage in job processing?
What is the format of comment statement?
How does jcl act on a cobol code?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is JCL?
What is the motivation behind coding class parameter in job statement?
What is job control language?