Explain the process in which flat files are converted into vsam files?
No Answer is Posted For this Question
Be the First to Post Answer
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
Why is it required to have a keyed directed retrieval?
What's a LDS (Linear Data Set) and what's it used for?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is the VSAM-code field?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
Do all versions of the GDG have to be of the same record length ?
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 ?
what is control interval(CI) and control Area(CA)
explain how many ways you can load data in a vsam cluster?
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.