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.
Answer Posted / 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 |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
What are the parameters that are used in creating a gdg?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to do automated restart when a job abend?
Explain the function of dd disp parameter?
Describe the various parameters utilized in the creation of a gdg?
Explain how can a stopped job be started again?
How do you submit a job for execution?
how you can direct the data to spool using SYSOUT option?
How do you overcome this limitation ?
Explain the purpose of the dd keylen parameter?
Explain dfsort utility?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the maximum length of a single line of jcl?
List in order the hierarchical levels of jcl?