Purpose
Commits a single Two-phase commit in-doubt session or all Two-phase commit in-doubt sessions for a specified coordinator.
Syntax
where:
- ALL
- Specifies that all in-doubt sessions for the coordinator are to be committed.
- SESSION
- Specifies that only one session is to be committed.
- number
- Number of the in-doubt session to be committed.
- name
- Coordinator name in alphanumeric characters.
- id
- (Optional) Logical-host id, a decimal number.
Usage Notes
The COMMIT command includes a LOGOFF action by default. The result of this command is recorded in the InDoubtResLog on the database.
The LHID parameter replaces the deprecated HOST parameter.
Example 1: COMMIT
COMMIT ALL COORD IMS
Completion Message 1
TDP0419 ALL IN-DOUBT SESSIONS FOR COORDINATOR IMS COMMITTED
Example 2: COMMIT
COMMIT SESSION 4321 COORD CICSS2
Completion Message 2
TDP0402 SESSION 4321 COMMITTED