Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Open a Station Instance

After you have your station instance, both the client and server portions of the SCL application must initialize the messaging environment by using the _open method to open the station instance.

call send(stationInst, '_open', 'payroll', rc);

Note:   The client is only able to talk with its targeted server if their instance names match. In this example, the matching instance name is the third parameter, PAYROLL.   [cautionend]


Chapter Contents

Previous

Next

Top of Page

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