Previous Topic: Changing the Default Variable With PREFIXNext Topic: ADDRESS OPS Command Descriptions


Changing the Default Return Destination with CMDRESP

The CMDRESP operand shown directs the return information from an OPS command to a specific destination:

CMDRESP(destination)

The following are valid values for destination:

REXX

Directs return information to a REXX variable.

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 SAY command.

NOWHERE

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

Default: REXX