If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / sundar
While submitting the JCL, use RESTART=Step43.
And from steps 50 step complet i am close the /* is it
correct plz tell me
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd * statement in jcl?
Why block size is multiple of lrecl in jcl?
What statement can be used to send data to another mvs jes3 node?
Explain the purpose of the dd keylen parameter?
Are there any set of rules for the names of the steps used in a job?
What are the difference between jcl and jes?
What is Cataloged Procedures?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the use of symbol // in jcl?
Is automatic restart possible in jcl? If yes, how?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
whats the diff bw the evaluate also and and?
What are steplib and joblib? What for they are used?
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?