<section id="rexxcup">
<title>rexxc Utility Program</title>
<para>When rexxc encounters a syntax error in a Rexx program while
translating or syntax checking it, it returns the negated ooRexx error code.
In addition, rexxc issues the following errors:</para>
<section id="ERR127">
<title>Error 127 - The rexxc command parameters are incorrect.</title>
<para>
<emphasis role="bold">Explanation:</emphasis>
</para>
<para>The rexxc utility was invoked with zero or more than two parameters.  rexxc accepts the following parameters:
        <itemizedlist>
        <listitem>
<para>To check the syntax of a REXX program: rexxc inputfile [-s]</para>
</listitem>
        <listitem>
<para>To translate a REXX program into a sourceless executable file: rexxc inputfile outputfile [-s] [-e]</para>
</listitem>
        <listitem>
<para>The -s option suppresses the copyright banner and the -e option generates the outputfile in base64-encoded format.</para>
</listitem>
        <listitem>
<para>On Windows the -s and -e options can alternatively be specified as /s and /e.</para>
</listitem>
        </itemizedlist>
        </para>
</section>
<section id="ERR128">
<title>Error 128 - Output file name must be different from input file name.</title>
<para> </para>
</section>
<section id="ERR129">
<title>Error 129 - SYNTAX: rexxc inputfile [outputfile] [-s] [-e]</title>
<para> </para>
</section>
<section id="ERR130">
<title>Error 130 - Without outputfile rexxc only performs a syntax check.</title>
<para> </para>
</section>
</section>
