I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / khan
In job card code restart=17 and cond parameter as follows
restart=17,cond=(00,LE)
| Is This Answer Correct ? | 48 Yes | 7 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
Is there any command to check wether the ps file is in sorted order?
Name a few IBM utility programs, and explain its function.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
how do you access an uncataloged dataset in a jcl?
Can I share my data with other jobs? How?
What do you understand by jcl?
What is notcat 2 - gs?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Explain about ISPF/TSO Commands
I need exexution process for JCL programs
How to do automated restart when a job abend?
Explain how can a stopped job be started again?
Why include statement is used in a jcl?