What are the different types of VSAM files available?
Answer Posted / sanjudharan
ESDS: Entry Sequence Data Set
KSDS: Key Sequence Data Set
RRDS: Relative Data Set
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
On which dataset you can have alt index?
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.
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
State the differences between vsam and non-vsam files?
what is the purpose of the verify function of idcams?
what are s0c1, s0c4, s0c5, s0c7 abends?
What is a ca split?
What is the device independent method to indicate where a record is stored?
What are the different parameters that are used in vsam?
What is the purpose of relative record data set used in vsam?
explain in brief why do vsam take more disk space than other utilities?
what do you mean by the cobol record key clause in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
What are the different dataset organizations used in vsam?
explain in brief how you can create a vsam file?