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



THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020..

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

THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020..

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

Post New Answer

More JCL Interview Questions

What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?

1 Answers  


what is DD statement is used in JCL?

0 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,






Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


what is the difference between static call and dynamic call?

1 Answers  


Can I send output of job to my remote device careerride123?

0 Answers  


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


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?

6 Answers   CSC,


What is NOTCAT 2

2 Answers   IBM,


if we give TIME=0 how many sec that job/step

14 Answers  


Categories