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
Name the statement which can be used to send data to another mvs jes3 node?
How is the record format of an output dataset specified?
how can you check if a file is empty using jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
when can a job time-out occur? How to overcome that?
Can we call instream to catalog and catalog to instream?
What is condition checking in jcl? Is this possible?
In sms datasets, what is the function of the dd mgmtclas keyword?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to pass data to a program that is coded in an exec statement?
A dd statement consists of 4 fields. Name them?
What do you understand by 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.
Where & How Do You Code Identifier In Jcl?
Is their any set of rules for dd? Explain.