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

Explain the function of //cntl statement?

0 Answers  


what are the types of abends that occur on job failure? And explain the possible causes of these

0 Answers  


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


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

7 Answers  






I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


What is the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


What is timing concept in mainframe?

0 Answers  


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


Max. No of DD statements in a job ?

4 Answers   CSI,


when can a job time-out occur? How to overcome that?

0 Answers   IBM,


Categories