A job has 150 steps i want to execute only 57th step
Answer Posted / piyush mani
it's easy write restart=step57 in job parameter and write cond in 58th step like cond = (x,eq) where x is expected return code of 57th step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Is automatic restart possible in jcl? If yes, how?
what is the resolution for sb37 error
Matching Logic in Jcl not in cobol.Could any one please answer this question
A dd statement consists of 4 fields. Name them?
how you can access an uncataloged dataset in a JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the maximum length of a single line of jcl?
How can return codes be tested before execution of a job step?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Is their any set of rules for dd? Explain.
What is the function of job statement in jcl?
What is the purpose of dd * statement in jcl?
What is multithreading in jcl?
How to pass data to a program that is coded in an exec statement?
what is DD statement is used in JCL?