Previous Topic: REPLY KeywordNext Topic: SCRIPT Keyword


REXX Keyword

The REXX keyword invokes the REXX procedure specified by filename.

This keyword has the following format:

REXX(filename arguments)
filename

Specifies the name of the file containing the REXX procedure.

arguments

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))