Learn the correct JCL command to execute a job starting from a particular step number. Discover the syntax to restart a job at step50 or any other step.
Table of Contents
Question
If you want to execute a job from step50,then which command you will give?
A. RESTART STEP50
B. RESTART =STEP50
C. R in front of STEP50
D. NONE OF THE ABOVE
Answer
To execute a job starting from a specific step like step50, the correct JCL command is:
B. RESTART =STEP50
Explanation
The equals sign (=) is required before the step name or number. This tells the system to restart the job beginning at the specified step, in this case step50.
The other options are incorrect:
- RESTART STEP50 is missing the required equals sign.
- Putting an R in front of the step name/number is not valid JCL syntax.
So in summary, to restart a job at a particular step, use the RESTART command followed by an equals sign and the step name or number, as in RESTART =STEP50. This is the proper way to execute a job from an intermediate step in the JCL.
Wipro Mainframe MySkillz Trendnxt certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Wipro Mainframe MySkillz Trendnxt exam and earn Wipro Mainframe MySkillz Trendnxt certification.