REXX external interface programs must be made accessible to CA NetMaster. 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.
Some programs must also be registered with NetMaster REXX.
How you register a program depends on the use of the program:
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
| Copyright © 2009 CA. All rights reserved. |
|