A. Job Abended in STEP03. Now run job again to execute
STEP03, STEP04 (STEP01,STEP02 should not execute again)
Answer Posted / guest
There are two ways we can do that,
1)Please use the Restart parameter in the job card (for
example Restart=step03)
2).Please use the COND=(0,LE) in step 1 and step2(for
example(Step1 exec pgm=XXXX,cond=(0,LE) and step2= exec
PGM=XXXX,cond=(0,LE)).
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
What are steplib and joblib? What for they are used?
Mention the types of job control statements?
what sort card you will use to copy the data from one dataset to another dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
Define concatenating?
In job processing, what happens in conversion stage?
How to submit a jcl from cics?
what is DSN in JCL and what are the parameters to declare the DSN?
What are the jcl procedures?
What is the purpose of dd dummy statement?
Can I share my data with other jobs? How?