Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

CALL Routines

These CALL routines alter variable values and provide queuing services.

The following is a summary of the supported CALL routines:

STATION_OPEN
Open a station interface for distributed messaging collection services.

STATION_CLOSE
Close a station interface.

QUEUE_OPEN
Open message queue.

QUEUE_SETPARM
Define parameters to be sent to a particular queue.

QUEUE_PARMTYPE
Define parameters and explicitly state their type (char or numeric).

QUEUE_SETHDR
Define queue header information.

QUEUE_SETATT
Define attachments.

QUEUE_ATTOPT
Define additional attachment information.

QUEUE_SEND
Send message to a queue.

QUEUE_QUERY
Query on a message queue.

QUEUE_GETHDR
Obtain queue header information.

QUEUE_RECV
Receive message into variables.

QUEUE_GETFLD
Receive one or more parameters at a time.

QUEUE_GETATT
Obtain attachment information.

QUEUE_ACCEPT
Accept attachment.

QUEUE_COMPLETE
Indicate attachment receipt completion.

QUEUE_GETAGENT
Retreives agent header information.

QUEUE_GETPROP
Get queue properties.

QUEUE_SETPROP
Set queue properties.

QUEUE_GETSEC
Get queue security.

QUEUE_SETSEC
Set queue security.

QUEUE_CLOSE
Closes a queue.


Chapter Contents

Previous

Next

Top of Page

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