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 the function of job statement in jcl?
How can an in-stream dataset be terminated?
How can a stopped job be started again?
How to run cobol program using jcl?
What is jcl in mainframe?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the JCL statement consists of?
What is the function of //jcllib statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
When output dataset space is required, what quantity categories are used?
Must tape dataset definitions include vol=ser specifications?
Explain the function of dd name parameter with a 2 part structure; audit.report?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
List the different components of jcl statement?
Explain how can an in-stream dataset be terminated?