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...


Suppose a generation of GDG gets created in a particular
step of a proc. How would you refer the current generation
in a subsequent step? What would be the disposition of this
generation now?

Answers were Sorted based on User's Feedback



Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the cu..

Answer / guest

Relative generation numbers are updated only at the end of
the job, not at the end of a step. To allocate a new
generation, we would be using (+ with a DISP of
(NEW,CATLG,DELETE). To refer to this in a subsequent step in
the same job, we would again use (+ but with a DISP of SHR
or OLD.

Is This Answer Correct ?    6 Yes 0 No

Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the cu..

Answer / preethi

Assume am creating a generation for a base A.GDGB.V

DD DSN=A.GDG.V(+1),DISP=(,catlg,),space patameters,DCB
parameters

to use the above created version in next step in the same
JCL, i need to use as below:

DD DSN=A.GDG.V(+1),DISP=SHR

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

can we access sequential files online

4 Answers   Cap Gemini, GS,


How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....

3 Answers   CTS,


what do you mean by a upgrade set in vsam?

0 Answers   IBM,


what are the different types of vsam files available? Explain them

1 Answers   IBM,


what is the use of aix in vsam why do we go for aix and wht is build index in vsam?

5 Answers   HCL, IBM,


Why is master catalog used in vsam?

0 Answers  


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

0 Answers  


How do you convert flat files to VSAM files ?

5 Answers   EDS, IBM,


what is meant by dirty read in vsam?

0 Answers   IBM,


what is the concept of AIX in vsam ????

1 Answers   HCL,


What is a ci split? What is a ca split?

0 Answers  


What is control area?

0 Answers  


Categories