Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / mithun suresh
Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.
//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
Can we call instream to catalog and catalog to instream?
Explain the purpose of the dd keylen parameter?
Explain the function of job statement in jcl?
What are steplib and joblib?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How do you overcome this limitation ?
Explain how can an in-stream dataset be terminated?
a dd statement has 2 types of parameters. Name them?
what JCL Procedures?
what is the compile process of cobol program expalin with code
When output dataset space is required, what quantity categories are used?
what operation is performed by job statement?
What is the format of comment statement?
What is the significance of addrspc parameter in exec statement?