Previous Topic: Executing NetMaster REXX Procedures Using NCL

Next Topic: Execution of REXX Procedures Through Trouble Tickets


Execution of REXX Procedures from an NCL Procedure

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_1parm_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_1parm_n