Jump to content

Linear data set

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jlgrock (talk | contribs) at 16:20, 20 March 2017 (Created page with 'A '''Linear DataSet''' (LDS) is a type of data set organization used by the VSAM computer data storage system. This data set allows for physical addressing,...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A Linear DataSet (LDS) is a type of data set organization used by the VSAM computer data storage system. This data set allows for physical addressing, which allows it to be used by systems such as that Operating systems. The benefit of this is that systems such as the OS can access multiple disk spindles and view it as a single storage implementation. The limitations of this, though, is that this does not make this particularly useful to higher level abstraction levels.

See also