If you are using NCL procedures, you can use the REXX and NV commands to execute REXX procedures using NCL.
Example: Execute a REXX Procedure in Your Product Environment Using NCL
The following example shows the format of an NCL statement that executes a REXX procedure in your product environment:
REXX rexx_procedure parm_1 … parm_n
Example: Execute a REXX Procedure in the Tivoli NetView Emulation Environment Using NCL
The following example shows the format of an NCL statement that executes a REXX procedure in the Tivoli NetView emulation environment:
NV rexx_procedure parm_1 … parm_n
| Copyright © 2009 CA. All rights reserved. |
|