Product Site

C.4.1. Error 127 - The rexxc command parameters are incorrect.

Explanation:

The rexxc utility was invoked with zero or more than two parameters. rexxc accepts the following parameters:
  • To check the syntax of a REXX program: rexxc inputfile [-s]
  • To translate a REXX program into a sourceless executable file: rexxc inputfile outputfile [-s] [-e]
  • The -s option suppresses the copyright banner and the -e option generates the outputfile in base64-encoded format.
  • On Windows the -s and -e options can alternatively be specified as /s and /e.