I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / suresh ramaiyan
You can create a NULL (//) point after the 5 step. so the
job will stop after step 5 is executed.
I don't think we can do it via JOB CARD. Please let me know
if anyone knows.
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
How can the attributes of one sms dataset be copied to another dataset?
what is DSN parameter and DISP parameter is used for?
What is the difference between run mode and addressing mode?
How does jcl specify the job to the operating system?
Explain about ISPF/TSO Commands
Is automatic restart possible in jcl? If yes, how?
what are the statements that are not valid to be included in an include statement?
How to submit jcl through a cobol program?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what happens in execution stage in job processing?
What is the function of dd name parameter with a 2 part structure; audit.report?
How jcl is used for testing batch programs?
How do you create a temporary dataset?
What do you understand by the term notcat 2 – gs?