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
What is concatenating?
Describe the various parameters utilized in the creation of a gdg?
What parameter directs the output of the job log dataset?
Explain about LMQUERY�give a dialog information about a data set
what is DD statement is used in JCL?
How can a fb file convert to vb file using sort program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how you can direct the data to spool using SYSOUT option?
How do you submit a job for execution?
What is one line to pass PARM from JCL to COBOL?
How dummy is used in jcl?
when does a dataset go uncataloged?
Name a few IBM utility programs, and explain its function.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?