I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / rekha
In JOB card give Restart=(name of the second step).
After that for every ODD numbered step give the cond as
COND=(0,GE) because the Condition Code will starts from 0
onwards,so every odd step will be skiped and only the even
steps will be executed.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
How can a stopped job be started again?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is condition checking possible in jcl?
Name a few IBM utility programs, and explain its function.
How do you access an uncatalogued dataset in a jcl?
What is the syntax of JCL statement?
what is DSN in JCL and what are the parameters to declare the DSN?
For what purpose steplib and joblib are used ?
In job processing, what happens in execution stage?
A dd statement consists of 4 fields. Name them?
What are steplib and joblib? What for they are used?
How to alter the parameters for the existing gdg?
Explain the function of a dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?