differentiate between sequential files and esds files in vsam?
Answer / Priya Singh
Sequential files are used for read-only access, with records written to the end of the file. ESDS (Extended Sequential Set) files support both read-only and read-write operations, as well as allowing multiple users to access the same dataset simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many cluster index can have in a table?
is delete operation supported in an esds? Is rewrite operation possible in esds?
what is the difference b/w sequential and ESDS
What are the access method services used in vsam?
What are the common vsam error conditions and codes?
what is control interval(CI) and control Area(CA)
What are the different types of VSAM files available?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
Explain the function of the relative record data set?
What does the keyranges parameter in define cluster commends do?
Define gdg?
how many buffers are allocated to vsam ksds and esds?