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 do you understand by the terms: joblib and steplib?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
which utility is used to sort a file in jcl?
How can the submitting users racf authority be overridden in a job stream?
what is JCL?
What is multithreading in jcl?
How is the record format of an output dataset specified?
Brief description of inline procedure of jcl.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain how can return codes be tested before execution of a job step?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Is it possible to code instream data in a PROC?
What do you understand by the term job time – out and how can you overcome that?
what is the purpose of coding class parameter in job statement?
What is the purpose of disp parameter?