Jump to content

Key-sequenced data set

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mairibot (talk | contribs) at 06:45, 7 November 2005 (Robot: Changing template: Compu-fs-stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Key Sequenced Data Set (KSDS) is a type of dataset used by the VSAM computer data storage system. Each record in a KSDS data file is embedded with a unique key. A separate index file allows the system to physically locate the record in the data file by its key value. Records can be randomly accessed and can be variable-length.

See Also

References