Chapter Contents |
Previous |
Next |
STATION_CLOSE |
Syntax | |
STATION_CLOSE Example |
Syntax |
CALL STATION_CLOSE(stationId, rc); |
Where... | Is type... | And represents... |
---|---|---|
stationId | N | station id is returned |
rc | N | return code |
After the STATION_CLOSE has executed, the stationId is no longer valid. A new station must be opened before further distributed messaging can take place on that station interface.
STATION_CLOSE Example |
This example closes a station interface.
call station_close(stid, rc);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.