Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
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.
Prev
C.4. rexxc Utility Program
Up
Home
Next
C.4.2. Error 128 - Output file name must be diffe...