In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps
only,can any one answer me please?
Answer Posted / mahesh
//mat021ex job notify=&sysuid,class=a,msgclass=a,
cond=(step2,00,eq)
//step1 exec
//step2 exec condition satisfied remaining steps areskipped
//step3 exec
//step4 exec
//step5 exec cond=even
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the use of disp parameter?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Why include statement is used in a jcl?
How does the jcl specify the job to os?
What do you understand by the term job time – out and how can you overcome that?
Explain the hierarchy levels in jcl?
What is multithreading in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Differentiate between addressing mode and run mode.
How to do automated restart when a job abend?
which parameter is used to check the syntax of a jcl without executing it?
how JCL works?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What dd statement is used to supply the name of a dataset?