WebSphere MQ Call Routines |
Syntax | |
Arguments | |
Example |
Syntax |
CALL MQBACK(hConn, compCode, reason); |
For the complete syntax information, see the 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 © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.