what is the cond=even only
Answers were Sorted based on User's Feedback
Answer / kishore
it means that even if the previous step abends in jcl -
jes will go to the next step.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / meenu
The step coded with cond=even is executed whether there is an error in the previous or not
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vinay sonar
It means execute that step even if previous step abends
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / raghavendra
even previous step terminates abnormally then also next
step will be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Can we write same stepname for one or more steps in on job ?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
If job is submitted with typerun = hold then how can we submit the same job?
How to alter the parameters for the existing gdg?
Differentiate between the joblib and the steplib statements?
How to concatenate different LRECL of files?
List some valid operation codes in JCL
Explain dd statement in jcl?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??