THERE IS ONE STEP AS BELOW:
//STEPJS060 EXEC PGM=XYX,
COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN)
COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE?
I AM CONFUSED BECOZ OF "EVEN".
Answers were Sorted based on User's Feedback
Answer / veerakumar k
'Even' is generally used in such a scenerio that even if
the previous step abends, the current step has to be
executed.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rookie
Here first
(200,eq,js010) will be checked it true the step will be
bypassed without further processing
if false then
(0,ne,js020.c) will be checked if false then again the step
will bypassed with no further processing of the cond
if false then
even will come to picture and the step will be executed even
if thr was any previous abends.
Is This Answer Correct ? | 0 Yes | 3 No |
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
what is DD statement is used in JCL?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
If your job fails at particular step then what would be the return code for next steps
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Can we delete the data using IEFBR14 , IEBGENER??
what is the difference between static call and dynamic call?
Can I send output of job to my remote device careerride123?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What is NOTCAT 2
if we give TIME=0 how many sec that job/step