is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / muttaiah
If you want to restart a particular step then you can use
the Restart parameter instead of utility.
Restart = stepname if you want to restart from step
Restart = Procstep.JClstep if you want to restart from a
particualr step in proc
Restart = * will restart from beginning
If you want to execute only single step then use
Restart = stepname, Cond=(0,LE).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of restart and how to use it?
What are the 2 types of parameters in dd statement?
what is the use of IEBGENER utility?
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 is a jcl?
Explain the jcl exec statement?
List the different jcl statements that are not permitted in the procedures?
What is catelog procedure and how many catelog procedure to use in one job?
What are the jcl procedures?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is notcat 2 - gs?
How is a type of file defined in the jcl that executes the cobol program?
what is use of space parameter in dd statement?
In sms datasets, what is the function of the dd avgrec keyword?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?