beautypg.com

Compaq AA-Q88CE-TE User Manual

Page 93

background image

CALL RTR_OPEN_CHANNEL

/ACCESS=access
/NOACCESS (D)

Specifies an access string (that is, a password). All application programs (clients
and servers) must specify the same access string for a given facility.

/BE_CALL_OUT
/NOBE_CALL_OUT (D)

Specifies that the RTR_F_OPE_BE_CALL_OUT flag is set in the

flags

parameter

in the call to

rtr_open_channel( )

. The channel is opened as a backend call-out

server.

/CHANNEL_NAME=channel-name
/CHANNEL_NAME=RTR$DEFAULT_CHANNEL

Specifies the name of the window’s channel for use in subsequent operations on
this channel.

channel_name

is not case sensitive. The default channel name is

RTR$DEFAULT_CHANNEL.

/CLIENT
/NOCLIENT

Specifies that the RTR_F_OPE_CLIENT flag is set on the call to

rtr_open_channel( )

. The channel is opened as a client.

/CLUSTER
/NOCLUSTER (D)

Specifies that the command is executed on all the nodes in the cluster.

If neither

/NODE

nor

/CLUSTER

is specified then the command is executed on the

nodes specified by the latest

SET ENVIRONMENT

command. If no

SET ENVIRONMENT

command has been entered then the command is executed only on the node where
the command was issued.

Note: In environments that do not support clustering, use of the /CLUSTER
qualifier will cause the relevant command to be executed on the local node only.

/CONCURRENT (D)
/NOCONCURRENT

Specifying /NOCONCURRENT sets the RTR_F_OPE_NOCONCURRENT flag in
the call to

rtr_open_channel( )

, and the server may not be concurrent with other

servers. By default a server may have other concurrent servers.

/EVENTS=event-nr-list
/NOEVENTS (D)

The /EVENTS qualifier specifies that broadcast events are received on the
channel. To subscribe to all user and RTR events, enter the qualifier with no
arguments. Enter /EVENTS=RTR to receive the full range of RTR events only.
Enter /EVENTS=USER to receive the full range of USER events only. Specify
particular ranges of event numbers using arguments in the following format:

/EVENTS=(RTR,

n

, TO,

m

, USER,

p

, TO,

q

)

where

n

,

m

,

p

and

q

are event numbers. The default is to listen to no events.

RTR Command Line Interface 6–17