VMS Help
CXX, Qualifiers, /ERROR_LIMIT

 *Conan The Librarian

       /ERROR_LIMIT
       /ERROR_LIMIT[=number]
       /ERROR_LIMIT=30 (D)
       /NOERROR_LIMIT

    Limits the number of error-level diagnostic messages that are
    acceptable during program compilation. Compilation terminates
    when the limit (number) is exceeded. /NOERROR_LIMIT specifies
    that there is no limit on error messages.

    The default is /ERROR_LIMIT=30, which specifies that compilation
    terminates after issuing 30 error messages.
  Close     Help