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) ?
Answers were Sorted based on User's Feedback
All the above COND are INVALID as per
the specifications.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
The maximum number of steps in a job?
how to solve u4038 abbend?........
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
how to increase the space of a dataset in instream procedure.
how many max steps can we use in a job? pls answer to my question
i just need the first and last record from a sequencial file?how
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
what happens if job falls in loop ? how to resolve it ?
What is the purpose of include statement in a JCL?
wht r different types of sorts ?
What is the difference between sb37,se37,sd37 each?