Chapter Contents

Previous

Next
_close

_close



Close a station interface instance.


Syntax
Example

Syntax

CALL SEND( stationInst, '_close', rc);

Where... Is type... And represents...
rc N return code

When the _close method is invoked, the station interface instance is closed. All active Cnction instances on the station (meaning any connections not previously disconnected) will be disconnected at _close time.

After the _close has executed, the station object still exists but is no longer open. Therefore, no subsequent distributed messaging services can be executed until the station object is re-opened by using an _open call.


Example

This example closes a station interface instance.

call send(stationInst, '_close', rc);


Chapter Contents

Previous

Next

Top of Page

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