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