IF WE GIVE COND on step3 then, What does the following mean ?
And Just adding to that, All the below COND are VALID as per
the specifications.
(i) COND = (8,LT,step1,step2) ---(AND/OR ?)
(ii) COND = (8,LT,step1,step2, ONLY),
(iii) COND = (8,LT,step1,ONLY) will it execute only if this
condition is true or only if step1 ABENDS ?
(iv) COND = (8,LT,step1,step2,EVEN),
(v) COND = (8,LT,step1,EVEN) ?
Answer Posted / muttaiah
yaa, it's invalid as per the syntax of cond.
Syntax:
Cond=(code,Relational Op,stepname)
code - 0 to 4096, RO - LT/GT/LE/GE/EQ,NE
If you give stepname say step1 it will check for that
step alone, If you want to check all the prior executed
steps ignore stepname.
Cond = Even or only
This we will use only in case of any abends.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of disp parameter?
How gdg are concatenated?
Explain how can values be passed from the job stream to an executable program?
Is it possible to define dd statements as you want?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the compile process of cobol program expalin with code
how JCL works?
Where & How Do You Code Identifier In Jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is it possible to code instream data in a PROC?
Can I share my data with other jobs? How?
What are steplib and joblib?
Explain the function of dd disp parameter?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the use of symbol // in jcl?