beautypg.com

Compaq AA-Q88CE-TE User Manual

Page 97

background image

CALL RTR_OPEN_CHANNEL

/TYPE_OF_FIELD=key-field-type
/TYPE_OF_FIELD=UNSIGNED (D)

Specifies the field type of the key. The

key-type

must be one of UNSIGNED,

SIGNED or STRING. The default is UNSIGNED.

Related Commands

CALL RTR_CLOSE_CHANNEL

Examples

This command opens a server channel called RTR$DEFAULT_CHANNEL that
may not have concurrent servers, explicitly accepts transactions and listens for
all RTR events.

RTR> CALL RTR_OPEN_CHANNEL/SERVER/NOCONCURRENT/ACCEPT_EXPLICIT/EVENTS=RTR
%RTR-S-OK, Normal successful completion

This command open a client channel called ‘‘FIN1CHAN’’.

RTR> CALL RTR_OPEN_CHANNEL/CLIENT/CHANNEL=FIN1CHAN
%RTR-S-OK, Normal successful completion

RTR Command Line Interface 6–21