VSAM RRDS: Relative Record Data Sets
Understand RRDS as a VSAM organization providing fast direct access by slot number rather than by content-based key.
A Relative Record Data Set (RRDS) organizes records into fixed (or variable, in some configurations) numbered slots, addressed purely by relative record number rather than any content-based key — it's the least commonly used of the three main VSAM organizations, which is exactly why interviewers ask about it specifically to see if a candidate's VSAM knowledge goes beyond just KSDS.
An RRDS is a wall of numbered parking spaces — pulling into space 47 is instant and requires no lookup at all, but the parking garage has no idea whose car is in space 47 unless someone elsewhere keeps a separate list matching license plates to space numbers.