You can invoke a REXX program in the following ways:
From the command prompt, specify the REXX program and any optional arguments as follows:
asorexx rexxprog arguments
Note: If necessary, you can explicitly specify the directory where the REXX program resides. For information about CA Automation Point file directory structure, see the chapter "Configuring CA Automation Point."
With a REXX program, you can automate a long, command-intensive operator task, such as logically partitioning a mainframe processor and IPLing the partitions. Instead of manually issuing a series of CA Automation Point commands, system commands, or other types of commands, you can save time by manually invoking a REXX program to issue all of the necessary commands automatically.
When a task is too complex to be automated exclusively with CA Automation Point rules, you can use rule-initiated REXX programs to perform automation. You may want to invoke REXX programs in this way when:
The CA Automation Point REXX command processor allows you to invoke one or more REXX programs from within a single REXX program. All REXX programs queued by the original program can run concurrently while the original program continues to execute.
You can select these programs in Configuration Manager from the REXX Settings dialog.
Copyright © 2012 CA. All rights reserved. |
|