Answer Posted / rammurthy
Without Procs.
Use RESTART=step name.
For procs:
restart = jclstepname.procstepname
jclstepname:name of the jcl step which invoke the proc.
Procstepname : the prostep which you want to restart.
eg :jcl
if we need to restart from step2 in the proc...
//job1 job restart=s1.step2
//s1 exec proc1
....
proc:
//proc1 proc
//step1 exec=...
//step2 exec=... -----Here we are going to execute
step2
//step3 exec=...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what are the statements that are not valid to be included in an include statement?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the function of //cntl statement?
what is the purpose of coding class parameter in job statement?
In job processing, what happens in conversion stage?
Are there any set of rules for the names of the steps used in a job?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Where & How Do You Code Identifier In Jcl?
Explain the function of a dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what JCL Procedures?
a dd statement has 2 types of parameters. Name them?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?