Multiple choice technology mainframe

Can you access QSAM (seq) files from CICS?

  1. Yes

  2. Using AIX we can access in CICS

  3. Using Keys we can access QSAM in CICS

  4. No

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

CICS does not directly support access to QSAM (Queued Sequential Access Method) files for standard application programs because QSAM is blocking and can cause the entire CICS region to wait. Transient Data Queues (TDQ) or VSAM are used instead.