I have 2 steps in my exec statement , in first step I am
creating a gdg, and the output of this step is going into
second step as a input, and this second step is abended ,
now how could i approach in this case.
Answers were Sorted based on User's Feedback
Answer / chakri
The input for second step is already created, solve the
abend and restart from the abended step
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / madhuri tungal
when the job abended in step 2 then while restarting the
job from step2 the GDG has to be referred using (0) i.e
current generation insted of (+1) as in earlier case before
abend.
Please correct me if in case i am wrong....
Thanks,
Madhuri.
| Is This Answer Correct ? | 18 Yes | 3 No |
In my opinion it depends of the abend.
Why was the cause of STEP2 abend? If it was because a bad
file created on STEP1 we should correct the program that
generates the file (on STEP1), uncatlg the bad GDG created,
and then resubmit the job from STEP1.
If the STEP2 cancelled and the input file is good, we should
fix the STEP2 and restart the job from STEP2 using GDG(0).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
It Depends on what type of restart it is, if no checkpoint
or UC1RMS is present, as Madhuri has suggested, we need to
make the GDG version as 0 and procedd, in case checkpoint
or UC1RMS is present, then we directly restart from the
abended step.
| Is This Answer Correct ? | 0 Yes | 0 No |
Pls code GDG(0) and the data set at step 2 is created, you need to take care of this as well (may or may not created).
I am assuming created, then delete is first:
Couple of options are:
1. Manual Delete and JCL will create it again as //STEP2 ......... DD DSN=.....DISP=(new,catlg,catlg{if delete was coded hear you may ignore my steps})
2. Use IEBGBER at step0 to delete previously created d/st by DISP=(MOD,delete,delete).
Pls check, if my response is not clear let me know.
Garry
| Is This Answer Correct ? | 0 Yes | 0 No |
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
What does a disposition of (new,catlg,keep) for a dsn mean?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
In SPACE,what is directory,RLSE
i have step1,step2,step3 from where can i start coding cond parameter ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the purpose of dd * statement in jcl?
which statement is used to end the in-stream procedure in a jcl?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember