In Tivoli NetView, libraries containing REXX source must be allocated to the DSICLD ddname.
In CA NetMaster, the REXX libraries are allocated to the COMMANDS ddname by default. The actual library name can be overridden at the user level using the NCL Library DDNAME UAMS attribute.
All NetMaster REXX libraries must be F(B), 80-character records.
By default, any REXX procedure executed in CA NetMaster executes with ADDRESS NM as the default address environment. This means that a procedure that expects a Tivoli NetView environment does not work correctly.
To execute a NetView REXX procedure from OCS or command entry, prefix the procedure name with NV. For example, NV STATCHK PU27 executes the STATCHK procedure in a Tivoli NetView emulation environment.
Note: The NV prefix is not valid in the NCCF emulation facility. All commands entered under this facility are assumed to be Tivoli NetView commands or procedures. If you want to use the CA NetMaster environment from a NetView REXX procedure, you can specify ADDRESS NM. To revert to the Tivoli NetView environment, specify ADDRESS NETVIEW.
| Copyright © 2009 CA. All rights reserved. |
|