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 to execute 2nd and 4th steps among 5 steps in jcl proc?
Why block size is multiple of lrecl in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is the JCL statement consists of?
How can the attributes of one sms dataset be copied to another dataset?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How can a fb file convert to vb file using sort program?
which parameter is used to check the syntax of a jcl without executing it?
Explain about ISPF/TSO Commands
Can an individual step be restricted from using all the jobs allowed cpu time?
Brief description of inline procedure of jcl.
What is NOTCAT ?
what are the statements that are not valid to be included in an include statement?
How to submit a jcl from cics?
What is the motivation behind coding class parameter in job statement?