Copyright Digital Equipment Corp. All rights reserved.

TOOMANYERR

Message        More than <number> errors were encountered in the
               course of compilation.

Description    After emitting a certain number of errors, the
               compiler will stop the compilation and issue this
               message.  The number of errors output before the
               compilation stops can be changed using the
               /ERROR_LIMIT qualifier on OpenVMS systems, or the
               -error_limit option on UNIX systems.

User Action    Either reduce the number of errors generated by the
               program or give a larger value for the error limit.