COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / sandhya
In the job card we have to give cond=(0,gt)
then if even step1 is abended then also step2 will execute
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
List in order the hierarchical levels of jcl?
List the different components of jcl statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the difference between the positional and keyword parameters? Give examples.
What are steplib and joblib?
what is “Cond= even” and “Cond=only”?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what happens in execution stage in job processing?
What is the function of the steplib dd statement?
when does a dataset go uncataloged?
How does the jcl specify the job to os?
How to pass data to a program that is coded in an exec statement?
What is one line to pass PARM from JCL to COBOL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Name a few IBM utility programs, and explain its function.