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 / david
1. In job card type restart=step17 and type // followed by spaces after the 17th Step.
2. Use IEBEDIT
JCL interview questions
https://youtu.be/VE6cTuFpsXc
https://youtu.be/bExB_Tjp9A4
COBOL interview questions:
https://youtu.be/_O6gPk6jjLE
https://youtu.be/pQumm7ueYik
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
What is the format of comment statement?
How to submit jcl through a cobol program?
How jcl work to handle various input output file operations?
What is the maximum length of a single line of jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is job control language?
What is the motivation behind coding class parameter in job statement?
Explain the function of dd disp parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are the utility programs in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
In sms datasets, what is the function of the dd avgrec keyword?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Which statement is used to identify the private libraries in job?