Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this st..

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

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this st..

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

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this st..

Answer / luiz roberto

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

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this st..

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

I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this st..

Answer / garry

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

Post New Answer

More JCL Interview Questions

Is their any set of rules for dd? Explain.

0 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


what is the difference between static call and dynamic call?

1 Answers  


What are the utility programs in jcl?

0 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


wht happens if cond=true ? pls give me with an example ?

2 Answers   Syntel,


What is the difference between static call & Dynamic call ?

3 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


what are the various stages of job processing?

0 Answers   IBM,


Describe the various parameters utilized in the creation of a gdg?

0 Answers  


Categories