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 standard sequential QSAM files for transaction processing because QSAM is blocking and synchronous, which would freeze the CICS region. Instead, VSAM or transient data queues are used.

AI explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Yes - This option is incorrect because QSAM (Sequential Access Method) files cannot be accessed directly from CICS (Customer Information Control System).

Option B) Using AIX we can access in CICS - This option is incorrect because AIX (Advanced Interactive eXecutive) is an operating system and is not directly related to accessing QSAM files in CICS.

Option C) Using Keys we can access QSAM in CICS - This option is incorrect because accessing QSAM files in CICS does not involve the use of keys.

Option D) No - This option is correct because QSAM files cannot be accessed from CICS.

The correct answer is D) No. QSAM (Sequential Access Method) files cannot be accessed directly from CICS.