Previous Topic: Change the Default Variable with PREFIXNext Topic: Notification Manager Database Maintenance Commands


Change the Default Return Destination with CMDRESP

To direct the return information from a VOX command to a specific destination, use the CMDRESP operand :

CMDRESP(destination)

The following are valid values for destination:

REXX

Directs return information to a REXX variable. For more information, see the preceding section.

Note: The optional PREFIX operand is valid only if the destination of the return information is REXX.

XDQ

Directs return information to the external data queue.

TERMINAL

Directs return information to the terminal. This form uses the same output mechanism used by the REXX command SAY.

NOWHERE

Directs return information to the “bit bucket.” This value discards the return information.

Default: REXX