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 / venkataramana
It is simple after fifth step we will use cond=(0,LE) in
each step for avoiding the execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which utility is used a dummy utility?
Explain the jcl exec statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is notcat 2 - gs?
Can we call instream to catalog and catalog to instream?
how do you access an uncataloged dataset in a jcl?
Name a few IBM utility programs, and explain its function.
Explain dfsort utility?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Name what parameter directs the output of the job log dataset?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can an in-stream dataset be terminated?
What do you understand by the terms: joblib and steplib?
Explain the purpose of dd dummy statement?
Explain the purpose of dd * statement in jcl?