Previous Topic: UNLOAD

Next Topic: RXCHECK


REXX

Use the REXX command to request explicitly to execute a REXX procedure.

This command has the following format:

REXX procname [ arguments… ]
procname

Specifies the name of the procedure to execute. The procedure name must be a valid PDS member name.

arguments

Specifies argument string to the REXX procedure.

When a REXX process terminates, a message is issued, indicating the result (return code).