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 |
Explain about SYSVAR
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is the use of ikjeft1b utility in jcl?
How many days does a job remain in spool
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
How can the disposition of sysout datasets be set for an entire jobstream?
how do you access an uncataloged dataset in a jcl?
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
How to identify where file is empty or not? How many ways are there to identifying?
difference between internal sort and external sort
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?