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 / srk
specify restart=step2,cond=even on job statement i.e,
execution begings at step no 2 and every step from step2
onwards executed.
for odd number jobsteps specify cond=(o,le)(condition is
ture for all return codes hence steps with this cond code is
bypassed)
hence begin at step2 and odd no steps are bypassed i.e even
steps are executed
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the syntax of JCL statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the compile process of cobol program expalin with code
Can we call instream to catalog and catalog to instream?
what is use of space parameter in dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How can values be passed from the job stream to an executable program?
how to do automated restart when a job abends?
What do you understand by jcl?
How does jcl act on a cobol code?
For what purpose steplib and joblib are used ?
Is it possible to code instream data in a PROC?
What are steplib and joblib?