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
How is a type of file defined in the jcl that executes the cobol program?
What dd statement is used to supply the name of a dataset?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What parameter directs the output of the job log dataset?
In job processing, what happens in conversion stage?
Explain how can values be passed from the job stream to an executable program?
What are hierarchy levels in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How can unused space allocation be returned to the system when a dataset is closed?
How dummy is used in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the JCL statement consists of?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the purpose of dd * statement in jcl?