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 |
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Can a PS file be read in reverse order?If so,how
Explain about Specifying compiler options in the PROCESS (CBL) statement
what happens in conversion stage in job processing?
Why do you want to specify the REGION parameter in a JCL step?
how GDGs are concatinated?
how many max steps can we use in a job? pls answer to my question
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How do you restart a PROC from a particular step?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
Is it possible to code instream data in a PROC?