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 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=*
Copyright © Cloud Software Group, Inc. All rights reserved.