Using the Batch Interface to Queue a REXX Exec

You can queue a REXX exec to be executed within the address space by using the Batch interface.

The following example shows the input required to queue a REXX exec to run in the platform server address space:
PROCESS,REXXPROC,TRANSFER,REXX
COMMAND=”FUSINQ TRN=IA038* CFG=*”
DATE=2008303
This example queues the following command to the platform server started task. The command is eligible for execution on Julian date 2008303.
FUSINQ TRN=IA038* CFG=*

As a result, this example input inquires all transactions starting with IA038. CFG=* indicates that the REXX exec is running in the same address space as the started task.