Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????
Answer Posted / shailendra
in job statement put restart=7th step name
and
in 8, 9,10th step cond=(0,GE)
else
in job statement put restart=7th step name
comment for remaining step
i think both will work
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How to override loadlib?
What is the function of the dd avgrec keyword in sms datasets?
what is the use of IEBGENER utility?
Is automatic restart possible in jcl?
Explain the function of the dd dcb keyword?
what is use of disp parameter in dd statement?
what is DD statement is used in JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How does jcl act on a cobol code?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the function of job statement in jcl?
Why include statement is used in a jcl?
how you will the direct the data to spool using sysout option?
Explain how can the attributes of one sms dataset be copied to another dataset?
what are the various stages of job processing?