Which COND paramter will u use to execute the step only if
the previous step does not execute
Answers were Sorted based on User's Feedback
Answer / dutta
It is said that if step does not execute..it doesn't said that step execute abnormally.
so i think we must use Cond=EVEN.it says even if previous step excecute abnormally or normally then next step must execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / y@$w@nth
//step01 EXEC PGM=prog1
//indd1 DD DSN=userid.sample.indataset1
//outdd2 DD DSN=userid.sample.outdataset1
//step02 EXEC PGM=prog1,COND=(0,EQ,STEP01,4,EQ,STEP01)
//indd2 DD DSN=userid.sample.indataset2
//outdd2 DD DSN=userid.sample.outdataset2
| Is This Answer Correct ? | 3 Yes | 9 No |
How to change default PROCLIB?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Can you code instream data in a PROC ?
When space is allocated for an output dataset, what units can be used?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
what is A-MODE and R-MODE?
do we need to mention the location of catalogued procedure for each it's call in a single job?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how JCL works?
What are the common jcl syntax errors you get? This is not abends?
how to modify the copy book?explain with examples