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 the function of job statement in jcl?
What do you understand by the term job time – out and how can you overcome that?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the use of symbol // in jcl?
what is the resolution for sb37 error
What is jcl in mainframe?
which utility is used a dummy utility?
Name a few IBM utility programs, and explain its function.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to pass the parameter in parm using linkage section ? (syntax)?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is Cataloged Procedures?
how you can direct the data to spool using SYSOUT option?