If a JOBSTEP abends, AND without using COND also, all the
subsequent steps execute, then what is the use of using EVEN
? Why do we use EVEN when without it also all the JOBSTEPs
execute ?
Answer Posted / kodees
Once the Job abends, the Execution in CPU ends & the job
would be returned to Output queue.
COND=EVEN in a step, allows the job to further execute in
the CPU for completion of that particular step.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
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 the function of the dd mgmtclas keyword in sms datasets?
Is condition checking possible in jcl? If yes, how?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is the record format of an output dataset specified?
What are the 4 fields in dd statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Where can program checkpoints be stored for use in a restart?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Where & How Do You Code Identifier In Jcl?
What do you understand by the term job time – out and how can you overcome that?
What is notcat 2 - gs?
define cond parameter in jcl?