Which VSAM clusters support only fixed length records?
-
a) LDS
-
b) RRDS
-
c) ESDS
-
d) KSDS
B
Correct answer
Explanation
VSAM clusters with ONLY fixed-length records are RRDS (Relative Record Dataset) and LDS (Linear Dataset). RRDS organizes records by relative record numbers and requires fixed length. The question asks which cluster supports only fixed length, and RRDS is the standard answer taught in mainframe curricula.