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 / vssd
While submitting the JCL, use RESTART=Step43
And from steps 51 thru 100, use COND=ONLY in step EXEC
statement.
Hope this helps, please correct me if wrong.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
what is use of space parameter in dd statement?
Explain the hierarchy levels in jcl?
a dd statement has 2 types of parameters. Name them?
In sms datasets, what is the function of the dd avgrec keyword?
what happens in execution stage in job processing?
How can the attributes of one sms dataset be copied to another dataset?
What is the function of //cntl statement?
How can an in-stream dataset be terminated?
Explain the purpose of dd * statement in jcl?
How to pass data to a program that is coded in an exec statement?
How is a type of file defined in the jcl that executes the cobol program?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
how do you code a null statement?
how you can access an uncataloged dataset in a JCL?
what are the types of abends that occur on job failure? And explain the possible causes of these