Jump to content

Entry-sequenced data set

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by El bot de la dieta (talk | contribs) at 17:33, 23 December 2007 (robot Adding: es:Relative Record Data Set, nl:Entry Sequenced Data Set). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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, i.e. the number of bytes from the beginning of the file to start reading. ESDS is therefore very time consuming, and hence there was a need for other type of records access.

See also

References