Chapter Contents |
Previous |
Next |
STATION_OPEN |
Syntax | |
STATION_OPEN Example |
Syntax |
CALL STATION_OPEN(stationId, collectionName, rc
<, domainName, securityInfo>); |
Where... | Is type... | And represents... |
---|---|---|
stationId | N | station id is returned |
collectionName | C | name of collection at the DOMAIN server |
rc | N | return code |
domainName | C | optional domain name |
securityInfo | C | optional security info |
The domainName is an optional parameter that specifies the name of the DOMAIN server used to provide the collection service. This domain name is also used when a queue is opened.
If the domainName is specified, the securityInfo parameter may also be specified. This supplies the security string that is needed if the DOMAIN server is running secured.
STATION_OPEN Example |
This example opens a station interface named DMMAPPL.
stid=0; stname ="DMMAPPL"; rc= 0; call station_open(stid, stname, rc);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.