suppose i have 10 job steps and i want to execute only step
6.How to write?
Answers were Sorted based on User's Feedback
Answer / aaki
for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rahul singh
code restart=step6, cond=(0,le) in job card and only step6
will be executed
| Is This Answer Correct ? | 0 Yes | 1 No |
which are the parameters mandatory in job card ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can a job send a status message to a tso user at the completion of a job?
What is the function of the dd avgrec keyword in sms datasets?
what is the compile process of cobol program expalin with code
how to do automated restart when a job abends?
What is NOTCAT ?
how you will the direct the data to spool using sysout option?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
What is condition checking in jcl? Is this possible?
which utility is used to update pds?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?