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 |
Is CA(Control Area) is part of CI(Control Interval)
What are the advantages of vsam over isam?
what is the use of the file status clause in the select statement in vsam?
what are the codes returned by the ams (access method services) command during the execution in vsam?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
What is the device independent method to indicate where a record is stored?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
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.
How are records stored in an ESDS, entry sequenced dataset?
What are the different types of VSAM files available?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).