i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Are there any set of rules for the names of the steps used in a job?
Is their any set of rules for dd? Explain.
What is the function of the dd mgmtclas keyword in sms datasets?
What is the function of dd name parameter with a 2 part structure; audit.report?
How can an in-stream dataset be terminated?
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?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what happens in conversion stage in job processing?
Explain about LMFREE�free data set from its association with data ID
What are the difference between jcl and jes?
How gdg are concatenated?
Explain the function of job statement in jcl?
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.