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
what are JCLLIB and STEPLIB in JCL?
How to do automated restart when a job abend?
How is the record format of an output dataset specified?
Is condition checking possible in jcl? If yes, how?
what is the use of IEBGENER utility?
List the various advantages of using jcl language?
How can an in-stream dataset be terminated?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How do you create a temporary dataset?
What is the use of disp parameter?
how you can direct the data to spool using SYSOUT option?
What is jcl in mainframe?
What is the motivation behind coding class parameter in job statement?
what is DSN parameter and DISP parameter is used for?
what JCL Procedures?