The instance
methods defined to
the Cnction class are discussed in this section
- _open
- Bind to a same-named interface instance
in another SAS session.
- _send
- Message exchange between two bound session
instances.
- _sendlist
- Message exchange of SCL lists between two
bound session instances.
- _query
- Query on a specific connection.
- _recv
- Receive message into SCL variables.
- _recvlist
- Receive SCL lists.
- _getfield
- Receive one or more parameters at a time.
- _getlist
- Receive one or more parameters at a time.
- _acceptAttachment
- Receives attachments.
- _getConnectInfo
- Get connection information.
- _disconnect
- Sever a session instance binding.
Here is the notation that is used to define the parameter
types:
C |
Character Type |
N |
Numeric Type |
L |
SCL List Type |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.