REXX external interface programs must be made accessible to CA NetMaster. This means that they must be in a STEP/JOB library or in the LINKLIST or LPA libraries.
CA NetMaster requires APF authorization. Because all libraries in the STEP/JOB library concatenation must be APF-authorized, this means that these external programs must be placed in an APF-authorized library.
Placing modules in an APF-authorized library is normally restricted by installation security configuration. Having placed the programs in an appropriate library, the programs must (in most cases) also be registered with NetMaster REXX.
Depending on the use of the program, this can be done as follows:
RXCTL DEFINE FUNCTION=funcname [ LOADMOD=modname ]
(If the LOADMOD operand is omitted, the function or procedure name is also the load module name).
RXCTL DEFINE SUBCMD=envname LOADMOD=modname