|
VMS Help ADA, Positional Qualifiers, /ERROR_LIMIT *Conan The Librarian |
/ERROR_LIMIT[=n] (D)
/NOERROR_LIMIT
Controls whether execution of the ADA command for a given
compilation unit is terminated upon the occurrence of the nth
E-level error within that unit.
Error counts are not accumulated across a sequence of compilation
units. If the /ERROR_LIMIT=n option is specified, each
compilation unit may have up to n - 1 errors without terminating
the compilation. When the error limit is reached within a
compilation unit, compilation of that unit is terminated, but
compilation of subsequent units continues.
The /ERROR_LIMIT=0 option is equivalent to ERROR_LIMIT=1.
By default, execution of the ADA command is terminated for a
given compilation unit upon the occurrence of the 30th E-level
error within that unit (equivalent to /ERROR_LIMIT=30).
|
|