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 / pankaj
The easiest way to put // in job after step 5. Now it will
execute only first 5 steps.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
Explain the function of //cntl statement?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain how can values be passed from the job stream to an executable program?
How does jcl act on code(if you take a cobol program)?
What is the difference between run mode and addressing mode?
What do you understand by the term job time – out and how can you overcome that?
Explain the function of the steplib dd statement?
Can I share my data with other jobs? How?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Is it possible to code instream data in a PROC?
What is multithreading in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain about LMQUERY�give a dialog information about a data set
define cond parameter in jcl?