If the COND parameter is specified in both the JOB and EXEC
statements, which one will take precedence? If JOB takes
priority and if all the conditions evaluate to false, then
will the conditions on the EXEC step be evaluated next?
Answer Posted / sno
If the COND parameter is code on the JOB as well as the
EXEC stmnts, then the specifications on the JOB statement
nullifies the specification on the EXEC statement.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
I need exexution process for JCL programs
Are there any set of rules for the names of the steps used in a job? What are they?
How to pass data to a program that is coded in an exec statement?
What is the maximum length of a single line of jcl?
List in order the hierarchical levels of jcl?
Is condition checking possible in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is notcat 2 - gs?
how you can direct the data to spool using SYSOUT option?
How to do automated restart when a job abend?
how do you access an uncataloged dataset in a jcl?
What is timing concept in mainframe?