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
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
whats the diff bw the evaluate also and and?
What do you understand by the terms: joblib and steplib?
Explain how can values be passed from the job stream to an executable program?
Can we call instream to catalog and catalog to instream?
When output dataset space is required, what quantity categories are used?
What is the function of the dd mgmtclas keyword in sms datasets?
when can a job time-out occur? How to overcome that?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can we use DISP=SHR in output file in JCL
What is catelog procedure and how many catelog procedure to use in one job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
List in order the hierarchical levels of jcl?