Multiple choice technology mainframe Can you access QSAM (seq) files from CICS? Yes Using AIX we can access in CICS Using Keys we can access QSAM in CICS 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.