i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answer Posted / lakshmisudha
if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
what is “Cond= even” and “Cond=only”?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Which dd parameters are required?
What are steplib and joblib? What for they are used?
Is acct parameter mandatory?
What is use of restart and how to use it?
how do you access an uncataloged dataset in a jcl?
Explain about LMFREE�free data set from its association with data ID
In sms datasets, what is the function of the dd mgmtclas keyword?
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.
what happens in execution stage in job processing?
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of dd disp parameter?
Are there any set of rules for the names of the steps used in a job?