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 convert fb to vb in jcl ?
What happens if both JOBLIB and STEPLIB is specified ?
What is a JCL Command statement ?
can we give instream data in procedure
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Why do you want to specify the REGION parameter in a JCL step?
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 function of spool command?
explain concatinating datasets?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What is the use of IEBGENER ?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?