Answer Posted / sv
restart = jobstepname.procstepname
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=...
//step3 exec=...
| Is This Answer Correct ? | 92 Yes | 20 No |
Post New Answer View All Answers
what is the use of IEBGENER utility?
What is NOTCAT ?
Is it possible to left uncode disp? If yes, how?
Define concatenating?
What do you understand by the term notcat 2 – gs?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Which statement is used to identify the private libraries in job?
Can we use DISP=SHR in output file in JCL
How to run cobol program using jcl?
How does jcl act on a cobol code?
What is the purpose of dd?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what sort card you will use to copy the data from one dataset to another dataset?
Explain the hierarchy levels in jcl?
Is it possible to code instream data in a PROC?