How can we execute only one step in a job
Answer Posted / chaitanya
in the proc call statement, EXEC PROC, we need to use
stepname.COND=(0,LE) option
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the motivation behind coding class parameter in job statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How can the disposition of sysout datasets be set for an entire jobstream?
How does jcl specify the job to the operating system?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Does jcl support automatic restart?
How does jcl act on code(if you take a cobol program)?
Is acct parameter mandatory?
Is condition checking possible in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What are hierarchy levels in jcl?