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".
Answer Posted / 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 View All Answers
How can the submitting users racf authority be overridden in a job stream?
what is DSN parameter and DISP parameter is used for?
Is acct parameter mandatory?
how you will the direct the data to spool using sysout option?
Are there any set of rules for the names of the steps used in a job?
Is there any command to check wether the ps file is in sorted order?
How to run cobol program using jcl?
How to pass data to a program that is coded in an exec statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Define concatenating?
Is it possible to code instream data in a PROC?
Give the syntax of job specifying jcl statement.
what is DD statement is used in JCL?
What are steplib and joblib?
What is the motivation behind coding class parameter in job statement?