Multiple choice technology mainframe

CICS command to issue two phase commit

  1. Commit

  2. Syncpoint

  3. Save

  4. DFHCOMMIT

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

In CICS, the SYNCPOINT command is used to initiate a two-phase commit process. This ensures transactional integrity across multiple resources. COMMIT handles single-phase commits, while SYNCPOINT manages distributed transactions.