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
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?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of //jcllib statement?
Explain how can a jobs execution priority be modified?
Name what parameter directs the output of the job log dataset?
A dd statement consists of 4 fields. Name them?
How to do automated restart when a job abend?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on a cobol code?
how would you create a temporary dataset? And where will you use them?
Which statement is used to identify the private libraries in job?
Explain the purpose of dd dummy statement?
Name the statement which can be used to send data to another mvs jes3 node?