What is COND=EVEN ?
Answers were Sorted based on User's Feedback
Answer / shailendra
i agree with the previous ans but
i will add this step will execute in both condition
(normal and abnormal) termination of previous step.
| Is This Answer Correct ? | 32 Yes | 1 No |
Answer / guest
Means execute this step even if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / kabi
I am agree with Shailendra .
EVEN means we have to check both normal and abnormal
condition of the prevoius step.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / siri
cond=even it excutes the step even if the previous step executed successfully or unsuccessfully..........
cond=only it excutes the step only if the previous step executes unsuccessfully..
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ch.mohan
IT IS EXECUTED indipendently not for other steps
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / debjyoti mishra
it will execute even if previous step end normally or abnormally
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / samay simant
This means,
When this parameter is coded in any step,it will be
bypassed,irrespective of the return code of its prev step.
Cond=Only....Means bypass current step if the prev step
terminated abnormally.
| Is This Answer Correct ? | 2 Yes | 9 No |
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
wt will happen to the step of a job if u code COND=ONLY
Does jcl support automatic restart?
What is the use of ikjeft1b utility in jcl?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
Hi, can any one tell about " How do u eliminate the duplicates "
What is the significance of addrspc parameter in exec statement?
How to ALTER the name of a GDG ?
Explain the function of job statement in jcl?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
How can u know the current date using jcl?
How do you send the output of a COBOL program to a member of a PDS?