Multiple choice technology mainframe

Which of the following z/OS data set organization is most like a UNIX directory?

  1. VSAM RRDS

  2. Sequential data set

  3. Partitioned data set

  4. VSAM Indexed data set

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

A Partitioned Data Set (PDS) organizes multiple members within one data set, similar to how a UNIX directory contains multiple files. Each member has a unique name and can be accessed individually. VSAM and sequential organizations don't provide this hierarchical structure.