i have five step in jcl.my forth step is gdg.gdg was
abend.when will job complete,hoe to handle you
Answers were Sorted based on User's Feedback
Answer / shailendra
if you know abend is happning on forth step. so for the
next execution give restart parameter on job statment
restart=5stepname
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / suneet
If there is an ABEND after the fourth step then the
execution will stop after the fourth step itself (i.e. the
fifth and the steps ahead will not be executed). If you
want the steps after the fourth step to be executed then
code COND=EVEN or COND=ONLY for those steps causing them to
be executed "even though" or "only when" the ABEND occurs.
| Is This Answer Correct ? | 3 Yes | 0 No |
When output dataset space is required, what quantity categories are used?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
what is the use of IEBGENER utility?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is SOC4 error?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the use of DSNDB07 ?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How many instream we can write in single jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?