Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Open a Connection Instance

After you have your connection instance, the client portion of the SCL application must establish communication with the server application by using the _open method. The client must know the server's nickname in order to connect to it.

call send(connection, '_open', 
          stationInst, '/shr1', rc);

Note:   The station instance names in both the client and the server applications must match or the connection open will fail. In this example, the station instance name is the third parameter.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

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