hi,i have joined in mainframe course recently. ihave a doubt
ragarding restart parameter.what is d use of it. and what is
d syntax for it. any one give me d answer pls.

Answers were Sorted based on User's Feedback



hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d ..

Answer / reddyp

Restart papameter is used to restat a step from the
abendining step.
assume that jcl has 5 steps.You have submitted the job.And
the job was abended at step4.so , u need to execute the
step from step4.here note that 3 steps are executed
successfully.Here u can code RESTART=step4 on the job card
and submit the jcl.Now the job will skip the first 3 steps
and starts executing from the step #4.
Hope this helps

Is This Answer Correct ?    6 Yes 1 No

hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d ..

Answer / neethu

yes, also i would like to share one more point,if we did
not give restart it will restart from step1 itself. incase
if it is abbends in step1 itself we dnt need to give
restart coz as default it will always restart from step1.

Is This Answer Correct ?    3 Yes 1 No

hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d ..

Answer / jeeva225

it is used to start execution from particular step.
RESTART=STEPNAME
and we write in job card

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


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?

0 Answers   IBM,


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


is step name is compulsory in jcl ?

2 Answers  






What does a disposition of (new,catlg,keep) for a dsn mean?

0 Answers  


which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,


Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?

3 Answers   IBM,


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


if we give two job cards in a single what happens

3 Answers   IBM,


How do you submit a job for execution?

0 Answers  


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


Categories