Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
Open the station instance with the appropriate collection name at the DOMAIN server.
call send(stationInst, '_open', 'collectionName', rc);
Note: The collectionName parameter identifies either a new collection that will be created dynamically by the DOMAIN server or a collection that already
exists in the DOMAIN server. The collection name is uniquely associated with a queue. You can have multiple queues with the same name, as long as they exist in different
collections.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.