Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

Queue Class Methods

The instance methods defined to the Queue class are:

_open
Open message queue instance.

_send
Send message to a queue.

_sendlist
Send SCL lists to a message queue.

_query
Query on a message queue.

_recv
Receive message into SCL variables.

_recvlist
Receive SCL lists.

_getfield
Receive one or more SCL parameters at a time.

_getlist
Receive one or more SCL lists at a time.

_acceptAttachment
Receive attachments.

_getprop
Get properties privileges.

_setproc
Set properties privileges.

_getsec
Get security privileges.

_setsec
Set security privileges.

_close
Close a message queue.

Notation that is used to explain the parameter types is as follows:
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.