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?
Answer Posted / 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 View All Answers
What is the main function of key-sequenced data set?
what is the meaning of each of the values in shareopts(2 3)?
what are s0c1, s0c4, s0c5, s0c7 abends?
What is control area?
What is the purpose of relative record data set used in vsam?
Define base cluster?
how do you create an alternate index ?
What is the device independent method to indicate where a record is stored?
What is a lds (linear data set)?
Explain the difference between lds and esds?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What does the keyranges parameter in define cluster command do?
is it necessary that all versions of the gdg have to be of the same record length?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What makes vrrds different from vsam?