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
what are the types of abends that occur on job failure? And explain the possible causes of these
Describe the various parameters utilized in the creation of a gdg?
How dummy is used in jcl?
List in order the hierarchical levels of jcl?
What is the use of disp parameter?
what is “Cond= even” and “Cond=only”?
How can an in-stream dataset be terminated?
List the various advantages of using jcl language?
Is automatic restart possible in jcl? If yes, how?
In sms datasets, what is the function of the dd avgrec keyword?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How gdg are concatenated?
which utility is used a dummy utility?
What is the function of the steplib dd statement?
What is the function of //cntl statement?