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
How can the disposition of sysout datasets be set for an entire jobstream?
How do you access an uncatalogued dataset in a jcl?
Is condition checking possible in jcl?
Differentiate between the joblib and the steplib statements?
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 you will the direct the data to spool using sysout option?
what are the statements that are not valid to be included in an include statement?
Explain about LMQUERY�give a dialog information about a data set
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what are the types of abends that occur on job failure? And explain the possible causes of these
Mention the types of job control statements?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the purpose of the dd keylen parameter?