Multiple choice technology mainframe

RRDS = Relative Record Data Set

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RRDS (Relative Record Data Set) is a VSAM file type where records are accessed by their relative record number (position), allowing direct access without requiring a key field.

AI explanation

RRDS stands for Relative Record Data Set, a type of VSAM data set organization in which each record is accessed by its relative record number (its position slot) rather than by a key or byte offset. This makes RRDS well suited for fixed-slot, direct-access processing, unlike KSDS (keyed) or ESDS (entry-sequenced) data sets.