To invoke a REXX program called ABC with a null argument, issue the following command:
OI ABC
To invoke the same program with an argument of Now is the time, issue either of the following commands. These commands work only if the member ABC exists in the library or libraries allocated to either ddname OPSEXEC or ddname SYSEXEC.
OI ABC Now is the time
OI PROGRAM(ABC) ARG("Now is the time")
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |