Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Disconnect from a Server

The _query, _send, and _recv methods can continue repeatedly until the particular needs of the application are accomplished. When the client is finished, it indicates this to the server by sending a _disconnect.

call send(connection, '_disconnect', rc);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.