suppose i have 10 job steps and i want to execute only step
6.How to write?
Answers were Sorted based on User's Feedback
Answer / aaki
for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rahul singh
code restart=step6, cond=(0,le) in job card and only step6
will be executed
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the improvement to COND= in the latest version of MVS?
What will happen if we write two STOP RUN's in a COBOL program?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
The maximum number of in-stream procedure you can code in any JCL is ?
What is the use of IEBGENER ?
How is the record format of an output dataset specified?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
Name what parameter directs the output of the job log dataset?
What is primary allocation for a dataset?
What are the default system and catalog libraries in JCL?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
How does jcl act on a cobol code?