WebSphere MQ Call Routines |
Syntax | |
Arguments | |
Example |
Syntax |
CALL MQDISC(hConn, compCode, reason); |
For the complete syntax information, see the WebSphere MQ Application Programming Reference at www.ibm.com.
Example |
The following example disconnects the Base SAS session from a queue manager identified by the parameter hConn.
compCode=0; reason=0; CALL MQDISC(hConn, compCode, reason);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.