<section id="rxsubcomup">
<title>RXSUBCOM Utility Program</title>
<para>RXSUBCOM issues the following errors:</para>

<section id="ERR116">
<title>Error 116 - The RXSUBCOM REGISTER parameters are incorrect.</title>
<para>
<emphasis role="bold">Explanation:</emphasis>
</para>
<para>RXSUBCOM REGISTER requires the following parameters:
            <variablelist>
                <title>RXSUBCOM REGISTER envname dllname procname</title>
                <varlistentry>
                    <term>
                        envname
                    </term>
                    <listitem>
                        <para>
                        is the name of the subcommand handler.
                        </para>
                    </listitem>
                </varlistentry>
                <varlistentry>
                    <term>
            .           dllname
                    </term>
                    <listitem>
                        <para>
                            is the name of the file containing the subcommand handler routine.
                        </para>
                    </listitem>
                </varlistentry>
                <varlistentry>
                    <term>
            .           procname
                    </term>
                    <listitem>
                        <para>
                            is the name of the procedure that REXX calls as a subcommand handler.
                        </para>
                    </listitem>
                </varlistentry>
            </variablelist>
        </para>
</section>
<section id="ERR117">
<title>Error 117 - The RXSUBCOM DROP parameters are incorrect.</title>
<para>
<emphasis role="bold">Explanation:</emphasis>
</para>
<para>RXSUBCOM DROP requires the environment name be specified.
           <variablelist>
               <title>RXSUBCOM DROP envname [dllname]</title>
               <varlistentry>
                   <term>
                       envname
                   </term>
                   <listitem>
                       <para>
                       is the name of the subcommand handler.
                       </para>
                   </listitem>
               </varlistentry>
               <varlistentry>
                   <term>
           .           dllname
                   </term>
                   <listitem>
                       <para>
                           is the name of the file containing the subcommand
                           handler routine (optional).
                       </para>
                   </listitem>
               </varlistentry>
           </variablelist>
        </para>
</section>
<section id="ERR118">
<title>Error 118 - The RXSUBCOM LOAD parameters are incorrect.</title>
<para>
<emphasis role="bold">Explanation:</emphasis>
</para>
<para>RXSUBCOM LOAD requires the environment name be specified.
            <variablelist>
                <title>RXSUBCOM LOAD envname [dllname]</title>
                <varlistentry>
                    <term>
                        envname
                    </term>
                    <listitem>
                        <para>
                        is the name of the subcommand handler.
                        </para>
                    </listitem>
                </varlistentry>
                <varlistentry>
                    <term>
            .           dllname
                    </term>
                    <listitem>
                        <para>
                            is the name of the file containing the subcommand
                            handler routine (optional).
                        </para>
                    </listitem>
                </varlistentry>
            </variablelist>
        </para>
</section>
<section id="ERR125">
<title>Error 125 - The RXSUBCOM QUERY parameters are incorrect.</title>
<para>
<emphasis role="bold">Explanation:</emphasis>
</para>
<para>RXSUBCOM QUERY requires the environment name be specified.
            <variablelist>
                <title>RXSUBCOM QUERY envname [dllname]</title>
                <varlistentry>
                    <term>
                        envname
                    </term>
                    <listitem>
                        <para>
                        is the name of the subcommand handler.
                        </para>
                    </listitem>
                </varlistentry>
                <varlistentry>
                    <term>
                        dllname
                    </term>
                    <listitem>
                        <para>
                            is the name of the file containing the subcommand
                            handler routine (optional).
                        </para>
                    </listitem>
                </varlistentry>
            </variablelist>
        </para>
</section>
</section>
