The CMDRESP operand shown directs the return information from a PPQ command to a specific destination:
CMDRESP(destination)
The following are valid values for destination:
Directs return information to a REXX variable. For more information, see the chapter "Using Program-to-Program Queues" in the Administrator Guide.
Note: The optional PREFIX operand is valid only if the destination of the return information is REXX.
Directs return information to the external data queue.
Directs return information to the terminal. This form uses the same output mechanism used by the REXX SAY command.
Directs return information to the “bit bucket.” This value discards the return information.
Default: REXX
|
Copyright © 2011 CA.
All rights reserved.
|
|