Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Station Class Methods

The instance methods that are defined to the Station class are discussed in this section. The syntax for these methods requires that they be enclosed in single quotes.

_open
Open a station interface instance for distributed messaging collection services.

_query
Generic query on any connection.

CAUTION:
_query is only valid for direct messaging. Indirect messaging communicates using message queues, and therefore does not require a connection.  [cautionend]

_close
Close a station interface instance.

Notation that is used to define the parameter type:
C Character Type
N Numeric Type
L SCL List Type


Chapter Contents

Previous

Next

Top of Page

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