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 much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


What is the difference between catalogue procedure and In-Stream procedure?

2 Answers  


how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

5 Answers   IBM, TCS,






which utility is used to update pds?

1 Answers   IBM,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


Explain how can values be passed from the job stream to an executable program?

0 Answers  


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

0 Answers  


I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 Answers  


Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?

6 Answers  


Categories