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

What is the difference between PS file and VSAM file?

7 Answers   IBM, Infosys, Verizon,


can you specify some the distinctive features of a ksds, key sequenced dataset?

0 Answers   IBM,


Using alternate indexes in cics program?

0 Answers  


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

1 Answers   HCL,


what is the probability of a complete system distortion under high end low performing multiprocessor job?

0 Answers   SunGard,






What is the use of VSAM files? How to read this ?

3 Answers   CTS,


if not using the 'commit' when closing VSAM file,what will happend

5 Answers   CSC,


how can you copy to a vsam cluster?

0 Answers   IBM,


What is recovery parameters in define cluster command?

0 Answers  


Define base cluster?

0 Answers  


On which dataset you can have alt index?

0 Answers  


Describe the uses of ams?

0 Answers  


Categories