in my jcl have 20 steps step1,step2,.... step20.and i have to
execute step1,step2,..and skip the step3 and remaing
step4,step5 are execute? i want skip step3 only? what code u
can write?
Answer Posted / rammateti
In Step3 u can write the COND=(0,LE) then that step3 is skip.
or
u can use
//step3 exec pgm=abc,cond=(4095,GT) also work same as above.
By
Prathap
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
How do you overcome this limitation ?
List in order the hierarchical levels of jcl?
How can the submitting users racf authority be overridden in a job stream?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is the purpose of coding class parameter in job statement?
which utility is used to sort a file in jcl?
how you can access an uncataloged dataset in a JCL?
Name a few IBM utility programs, and explain its function.
Is there any command to check wether the ps file is in sorted order?
Explain how can a stopped job be started again?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain