WebSphere MQ Call Routines |
Syntax | |
Arguments | |
Example |
Syntax |
CALL MQCONN(name, hConn, compCode, reason); |
For the complete syntax information, see the WebSphere MQ Application Programming Reference at www.ibm.com.
Example |
The following example connects the Base SAS session to the queue manager named TEST.
hConn=0; Name="TEST"; compCode=0; reason=0; CALL MQCONN(Name, hConn, compCode, reason);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.