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
Answer / barani dharan
JES will expand your statments in proc into job.
GDG number is updated at the end of the job only.
So if you created (+1) generation in Proc then you have to
refer the same as (+1) in subsequent steps.
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / anandaboopalan
if you created (+1) generation in Proc then you have to
refer the same as (+1) in subsequent steps.Also The
DISP=SHR to be given.
| Is This Answer Correct ? | 14 Yes | 0 No |
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is Base Cluster ?
How can you create a VSAM dataset? Can you write a JCL for it?
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
What is the meaning of each of the values in SHAREOPTS(2 ?
How vsam datasets are cataloged?
How does control intervals and control areas related to each other?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
Define gdg?
Tell about the ams used in vsam?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.