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

how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???

1 Answers  


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


How to execute 2nd and 4th steps among 5 steps in jcl proc?

0 Answers  






Explain about SYSVAR

1 Answers  


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


What is the purpose of dd?

0 Answers  


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


Can we use DISP=SHR in output file in JCL

0 Answers  


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Categories