Previous Page | Next Page

WebSphere MQ Call Routines

MQCMIT



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

Syntax

CALL MQCMIT(hConn, compCode, reason);

Arguments

For the complete syntax information, see the 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);

Previous Page | Next Page | Top of Page