Chapter Contents

Previous

Next
STATION_CLOSE

STATION_CLOSE



Close a station interface.


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

When the STATION_CLOSE CALL routine is executed, the station interface is closed. All active queues on the station will be closed at this time.

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.