CICS command to issue two phase commit
-
Commit
-
Syncpoint
-
Save
-
DFHCOMMIT
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.