MQCMIT

Commits all WebSphere MQ message puts and gets since the last synchpoint.

Syntax

CALL MQCMIT(hConn, compCode, reason);

Details

Details

For the complete syntax information, see WebSphere MQ Application Programming Reference at www.ibm.com.

Example

This example commits a unit of work.
compCode=0;
reason=0;
CALL MQCMIT(hConn, compCode,
reason);