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 is the function of //jcllib statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of space parameter in dd statement?
A dd statement consists of 4 fields. Name them?
what are the various stages of job processing?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
how you will the direct the data to spool using sysout option?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are the utility programs in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is it possible to define dd statements as you want?
Can I send output of job to my remote device careerride123?
What is the function of the steplib dd statement?
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?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?