Previous Page
|
Next Page
MQCONN
Connects Base SAS to a WebSphere MQ queue manager.
Syntax
Details
Details
Example
Syntax
CALL MQCONN(
name
,
hConn
,
compCode
,
reason
);
Details
Details
For the complete syntax information, see
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 © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page