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
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are the 2 types of parameters in dd statement?
what is SOC4 error?
Explain how can a stopped job be started again?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain how can the attributes of one sms dataset be copied to another dataset?
What are hierarchy levels in jcl?
How can an in-stream dataset be terminated?
what JCL Procedures?
Which statement is used to identify the private libraries in job?
what is the difference between JES3 and JES2?
How can unused space allocation be returned to the system when a dataset is closed?
What is catelog procedure and how many catelog procedure to use in one job?
How can the disposition of sysout datasets be set for an entire jobstream?
For what purpose steplib and joblib are used ?