After you create the REXX EXEC, copy it into the installation default library. Typically, this library is the SYSEXEC DD data set name (under both TSO and non-TSO environments). This name can be unique if the site systems programmer has modified the IBM default options module. These modules are IRXPARMS (for non-TSO/E), IRXTSPRM (for TSO/E), and IRXISPRM (for ISPF).
Note: For more information, see Install Support for the REXX Interface in the Installation Guide.
Once the REXX EXEC is in the proper library, you invoke the REXX interface using the CA JCLCheck STDREXX option (or the JCLNeat REXXMEM option). To specify either one of these options, enter it in the default options module or in the CA JCLCheck/JCLNeat runtime options. The format for the CA JCLCheck STDREXX option is STDREXX(rexx exec member name), where member is the name of the REXX EXEC in the installation default library. The format for the REXXMEM option is REXXMEM=rexx exec member name.
The REXX EXEC in the STDREXX option (or REXXMEM option) performs processing according to the instructions in the EXEC (program) subroutines.
|
Copyright © 2014 CA.
All rights reserved.
|
|