looking at the basic definition of VSAM file how to recognize
whether it is a KSDS OR RRDS OR ESDS ?
Answer Posted / harsha
Can you please elaborate the 'Basic Defenition'?
As I understand, all KSDS defined with 'Indexed' parameter
ESDS defined with 'Non-Indexed', RRDS dfined
with 'Numbered' and LDS defined with 'Linear' parameter.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Explain the catalog?
What is the device independent method to indicate where a record is stored?
What are the different parameters that are used in vsam?
Discuss record management in vsam?
Define gdg?
Explain about the file objects in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is a ca split?
differentiate between sequential files and esds files in vsam?
What is speed parameters in define cluster command?
What are the different dataset organizations used in vsam?
what do you mean by define model parameter?
What are the common vsam error conditions and codes?
How to get the last record in vsam file in cluster?
is it required that primary key values have to be unique? Do alternate key values have to be unique?