Relative record data set

From Wikipedia, the free encyclopedia
Revision as of 11:18, 1 March 2025 by imported>AnomieBOT (Dating maintenance tags: {{Merge}})
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Script error: No such module "redirect hatnote". Script error: No such module "Unsubst". A relative record data set (RRDS) is a type of data set organization used by IBM's VSAM computer data storage system.[1]Template:Rp Records are accessed based on their ordinal position in the file (relative record number, RRN).[1]Template:Rp For example, the desired record to be accessed might be the 42nd record in the file out of 999 total.

The concept of RRDS is similar to sequential access method, but it can access with data in random access and dynamic access.

  1. REDIRECT Template:Clarify

Template:Redirect category shell

Structure

An RRDS consists of data records in sequence, with the record number indicating the record's logical position in the data set.[1]Template:Rp A program can access records randomly using this positional number or access records sequentially.[1]Template:Rp But unlike a Key Sequenced Data Set, an RRDS has no keys, so the program cannot access records by key value.

See also

References

Template:Reflist Template:Asbox

  1. a b c d Script error: No such module "citation/CS1".