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 / 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 |
Post New Answer View All Answers
What is the function of //cntl statement?
In sms datasets, what is the function of the dd avgrec keyword?
What is condition checking in jcl? Is this possible?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How does jcl specify the job to the operating system?
Brief description of inline procedure of jcl.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Differentiate between the joblib and the steplib statements?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is DSN in JCL and what are the parameters to declare the DSN?
how you can direct the data to spool using SYSOUT option?
what happens in conversion stage in job processing?
How does jcl act on code(if you take a cobol program)?
Can I share my data with other jobs? How?
how you can access an uncataloged dataset in a JCL?