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 |
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Explain about LMCLOSE�close a data set
can any one plzzzzzz tell the jcl code for creating ps using idcams
how many types of sorts are there in jcl?
which parameter is used to check the syntax of a jcl without executing it?
How to submit jcl through a cobol program?
Explain about LMQUERY�give a dialog information about a data set
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
what is the difference between perform varying and perform
How many parameters are there to a DISP statement and what are their uses ?
how to set dependancy for jobs?