Multiple choice technology mainframe

A KSDS VSAM has both data and index components. Is this statement

  1. (A) True

  2. (B) False.

  3. NA

  4. Na

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

KSDS (Key Sequenced Data Set) is a VSAM file organization that inherently requires both a data component (containing the actual records) and an index component (containing the key structure for sequenced access). This two-component structure is fundamental to how KSDS provides both key-ordered access and efficient retrieval.