Previous Page
|
Next Page
MQBACK
Backs out all WebSphere MQ message puts and gets since the last synchpoint.
Syntax
Details
Details
Example
Syntax
CALL MQBACK(
hConn
,
compCode
,
reason
);
Details
Details
For the complete syntax information, see
WebSphere MQ Application Programming Reference
at
www.ibm.com
.
Example
This example reverts the messages in a queue back to the last synchronization point.
compCode=0; reason=0; CALL MQBACK(hConn, compCode, reason);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page