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 |
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
How to createing new version of GDG with out loosing the data in preaves GDG version?
What is the meaning of the DEFINE MODEL parameter?
What is the biggest disadvantage of using a vsam dataset?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
to use the rewrite command, how should the vsam file be opened?
What is the use of lds (linear data set)?
What is a ci split? What is a ca split?
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
how to view clusters that has more than 10000 records
What does the KEYRANGES parameter in Define Cluster commend do?
What do you mean by RDW in VSAM?