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
Explain about LMFREE�free data set from its association with data ID
Explain how can a jobs execution priority be modified?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the function of //jcllib statement?
What is catelog procedure and how many catelog procedure to use in one job?
Explain how can the submitting users racf authority be overridden in a job stream?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is job control language?
what is SOC4 error?
What is the purpose of dd?
List the various advantages of using jcl language?
what is “Cond= even” and “Cond=only”?
How is a type of file defined in the jcl that executes the cobol program?
What dd statement is used to supply the name of a dataset?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?