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
How does the jcl specify the job to os?
what is a jcl?
what are the statements that are not valid to be included in an include statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
what sort card you will use to copy the data from one dataset to another dataset?
Differentiate between the joblib and the steplib statements?
Which dd parameters are required?
what JCL Procedures?
How do you create a temporary dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
i want to store 20 digits . how will u do it in cobol ?
What is the function of dd disp parameter?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How do you access an uncatalogued dataset in a jcl?
how would you create a temporary dataset? And where will you use them?