Using the FUSQREXX Exec to Queue a REXX Exec

You can queue a REXX exec to be executed within the Platform Server address space by using the FUSQREXX exec.

Note: When the command field contains imbedded spaces, all FUSQREXX parameters must be delimited by a comma.

Example

The following example shows a sample FUSQREXX exec:

FUSQREXX COMMAND=FUSINQ TRN=IA038* CFG=*,CFG=FUSION_STC

This command causes the following two parameters to be passed to the FUSQREXX exec:

  • CFG=*: Indicates that when the FUSINQ exec is executed, the config file points to the started task under which the exec is running.
  • CFG=FUSION_STC: Informs the Platform Server REXX to queue the transfer to the server defined by the FUSCFG member in the Platform Server EXECS library.

This command queues a REXX exec to the server defined by the FUSCFG member in the Platform Server EXECS library.

The command to be executed is as follows:

FUSINQ TRN=IA03812456 REPORT=LONG CFG=*