Entry-sequenced data set
Appearance
![]() | This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (December 2017) |
An Entry Sequenced Data Set (ESDS) is a type of data set used by the VSAM computer data storage system. Records are accessed based on their sequential order, that is, the order in which they were written to the file; which means that accessing a particular record involves searching all the records sequentially until it is located, or by using a relative physical address (Relative byte address, RBA), i.e. the number of bytes from the beginning of the file to start reading.
Keys may be used to access records in an Relative Record Data Set (RRDS) by defining an alternate index.
See also
References
- ^ "ESDS - Entry Sequenced Data Set". Auditmypc.com. Retrieved 12 December 2017.
- ^ "MVS Forums - Technical FAQ's - VSAM". Mvsforums.com. Retrieved 12 December 2017.