Multiple choice technology mainframe

IDCAMS can X) Define a VSAM file Y) Load a VSAM File Z) Print a VSAM File

  1. a) Only X is TRUE

  2. b) Only X and Y are TRUE

  3. c) Only X, Y and Z are TRUE

  4. d) Only Y is TRUE

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

IDCAMS is the Access Method Services utility for VSAM. It can define VSAM clusters using DEFINE command (X), load data into VSAM files using REPRO command (Y), and print/display VSAM file contents using PRINT or REPRO (Z). All three functions are supported by IDCAMS.