Multiple choice technology mainframe

VSAM file in which the the records are written in the order in which they are included in the file

  1. KSDS

  2. RRDS

  3. ESDS

  4. LDS

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

An Entry Sequenced Data Set (ESDS) is a VSAM file structure where records are stored sequentially in the exact physical order in which they are written. KSDS uses keys, RRDS uses relative record numbers, and LDS is a byte-stream dataset.