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 does the one advantange of using IEBUPDTE?????
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
How to concatenate different LRECL of files?
if we give TIME=0 how many sec that job/step
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Whats error code s222?
How can the attributes of one sms dataset be copied to another dataset?
How is a dataset passed from one step to another?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
I have a File that has duplicate records. I need only those records that occur more than thrice.
What is the use of disp parameter?
How to find in aparticular step how many versions a paricular gdg base have?