I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / atul
In addition to answer 5, RESTART parameter can be coded as:
RESTART=PRCNAME.STEP17,COND=(4095,GT) and another one has
already been mentioned in answer # 3.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of the steplib dd statement?
Is it possible to define dd statements as you want?
Explain the function of the dd dcb keyword?
What is the purpose of the dd keylen parameter?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what are the various stages of job processing?
when can a job time-out occur? How to overcome that?
What is the motivation behind coding class parameter in job statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
When output dataset space is required, what quantity categories are used?
What is the format of comment statement?
What do you understand by jcl?
Explain how can return codes be tested before execution of a job step?
Where can program checkpoints be stored for use in a restart?