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 error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
What is the DD statement for a output file?
What does the one advantange of using IEBUPDTE?????
What is the exact difference between PRTY and DPRTY
What does the statements: typrun=scan and typrun=hold do in a JCL statement
How to change default PROCLIB?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is A-MODE and R-MODE?
i want to avoid the positional parameter how to code it ?
Name a few IBM utility programs, and explain its function.
Explain dfsort utility?
Is it possible to define dd statements as you want?