Answer Posted / suputhru
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=...
--- Hi SV, you given a awesome answer. keep it up.
-Sk.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Explain how can a stopped job be started again?
Explain the function of the steplib dd statement?
Explain how can an in-stream dataset be terminated?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can the disposition of sysout datasets be set for an entire jobstream?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How gdg are concatenated?
Does jcl support automatic restart?
How can unused space allocation be returned to the system when a dataset is closed?
What happens if both JOBLIB & STEPLIB is specified ?
which utility is used a dummy utility?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the function of a dd statement?
What is multithreading in jcl?
Explain the function of job statement in jcl?