The REXX keyword invokes the REXX procedure specified by filename.
This keyword has the following format:
REXX(filename arguments)
Specifies the name of the file containing the REXX procedure.
Specifies any additional arguments needed when you invoke the procedure.
Example:
Suppose that CA Automation Point receives the following message from CA OPS/MVS on the host:
OPS000I REXX IPL9672
The following sample rule invokes a REXX procedure called APCMOS, initiating the IPL of a 9672 processor:
MSGID(OPS000I REXX IPL9672), REXX(APCMOS ACTION(PSWRESTART) CPC(&CPC) LPAR(&LPAR))
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|