Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Loading a Connection Instance

In order for the client application to establish communication with the server application, it must set up a connection instance.

cnctid=loadclass('sashelp.connect.cnction');
connection=instance(cnctid);


Chapter Contents

Previous

Next

Top of Page

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