Multiple choice technology mainframe

What type of file cannot be accessed through CICS?

  1. ISAM

  2. VSAM

  3. QSAM

  4. GSAM

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

CICS (Customer Information Control System) file control primarily supports VSAM files. QSAM is a standard MVS access method for sequential files that cannot be directly accessed through CICS file control commands. ISAM and VSAM are supported, and GSAM is less common in CICS contexts.