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 / shaik.apsar
While submitting the JCL, use RESTART=Step43.
And from steps 50 step complet i am close the //
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Where can program checkpoints be stored for use in a restart?
Can I send output of job to my remote device careerride123?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
In sms datasets, what is the function of the dd avgrec keyword?
How gdg are concatenated?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are some jcl statements that are not allowed in procedures?
how would you create a temporary dataset? And where will you use them?
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
When output dataset space is required, what quantity categories are used?
What are the jcl procedures?
which parameter is use to declare the name of dataset in dd statement?
What is the significance of addrspc parameter in the exec statement?