I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / vidya
From 5th to 10th step, give COND parameter. Give the
condition as COND=(0,LE). As 0 is always less than or equal
to the return code of executing step it will bypass.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
List the different jcl statements that are not permitted in the procedures?
what is use of disp parameter in dd statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is concatenating?
Name a few IBM utility programs, and explain its function.
how you will the direct the data to spool using sysout option?
List the different components of jcl statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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' ?
how you can access an uncataloged dataset in a JCL?
What is the function of job statement in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the motivation behind coding class parameter in job statement?
What is NOTCAT ?