C.4. RexxC Utility Program
When RexxC encounters a syntax error in a Rexx program while tokenizing or syntax checking it, RexxC returns the negated ooRexx error code. In addition, RexxC issues the following errors:
C.4.1. Error 127 - The REXXC command parameters are incorrect.
Explanation:
The REXXC utility was invoked with zero or more than three parameters. REXXC accepts the following parameters:
To check the syntax of a REXX program: REXXC Program_name [-s]
To convert a REXX program into a sourceless executable file: REXXC Program_name Output_file_name [-s]
The -s option will suppress the copyright banner.