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

u can write in step3 cond=(0,LE) then the step3 is skiped

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of dsn parameter in dd statement?

666


when does a dataset go uncataloged?

826


Explain the jcl exec statement?

643


List in order the hierarchical levels of jcl?

664


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

928






Can we call instream to catalog and catalog to instream?

681


How gdg are concatenated?

668


What is the syntax of JCL statement?

688


How does jcl specify the job to the operating system?

745


What parameter of the job statement is used to limit the cpu time consumed by the job?

834


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

779


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

671


How can a stopped job be started again?

707


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823