Use the REXX command to request explicitly to execute a REXX procedure.
This command has the following format:
REXX procname [ arguments… ]
Specifies the name of the procedure to execute. The procedure name must be a valid PDS member name.
Specifies argument string to the REXX procedure.
When a REXX process terminates, a message is issued, indicating the result (return code).
| Copyright © 2009 CA. All rights reserved. |
|