Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Loading a Station Instance

The first thing you must do in both the client and server portions of the SCL application is to set up a station instance.

stationid = loadclass('sashelp.connect.station');
stationInst = instance(stationid);


Chapter Contents

Previous

Next

Top of Page

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