A. Job Abended in STEP03. Now run job again to execute
STEP03, STEP04 (STEP01,STEP02 should not execute again)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bvr
Here, In this Sceneraio it is better to use restart
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / guest
by using restart parameter you can do this.
//jobcard, restart=(step3)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the purpose of dd?
What statement marks the end of an in-stream or catalogued procedure?
What is the purpose of the dd keylen parameter?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How do you restart a PROC from a particular step?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
what is use of space parameter in dd statement?
What parameters can be used to limit the number of records written to a sysout dataset?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
What is RESTART? How is it invoked?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
wht is sysudump n sysout,sysprint ?