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
List in order the hierarchical levels of jcl?
What is the significance of addrspc parameter in exec statement?
how to run batch program without jcl?
Is condition checking possible in jcl? If yes, how?
Explain the function of the steplib dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the function of the steplib dd statement?
Why include statement is used in a jcl?
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
Define concatenating?
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 does a dataset go uncataloged?
How to run cobol program using jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?