![]() Chapter Contents |
![]() Previous |
![]() Next |
| _disconnect |
| Syntax | |
| Example |
Syntax |
| CALL SEND(cnctionInst, '_disconnect', rc); |
| Where... | Is type... | And represents... |
|---|---|---|
| rc | N | return code |
When the _disconnect method is invoked, the connection is severed. The Cnction instance still exists, but is no longer bound to a same-named interface. Therefore, no subsequent distributed messaging services can be executed until the Cnction instance is re-opened by using an _open call.
If an error is encountered during the disconnect, rc will be non-zero. Use SYSMSG() to determine the exact error message.
| Example |
This example disconnects.
call send(cnctionInst, '_disconnect', rc);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.