Previous Page
|
Next Page
MQCMIT
Commits all WebSphere MQ message puts and gets since the last synchpoint.
Syntax
Details
Details
Example
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);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page