How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / muttaiah
Nishant,
Cond wil execute the step only when the cond is false. If
you see we have given Cond as cond=(0,le) so it will
satisfy what ever may be the return code of the step that's
why it will bypass all the steps.
Hope this answers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Cataloged Procedures?
Are there any set of rules for the names of the steps used in a job? What are they?
what is a jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is jcl in mainframe?
how you can direct the data to spool using SYSOUT option?
what is the JCL statement consists of?
how do you code a null statement?
how can the same proc be re-used and called by many jobs?
how to run batch program without jcl?
Brief description of inline procedure of jcl.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the function of dd disp parameter?
what is JCL?
Explain the hierarchy levels in jcl?