Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

COMPILER-TERMINATION option

This option can be used to initiate a termination of the compilation run dependent on the number of errors that have occurred.

Format

COMPILER-TERMINATION = *STD / *PARAMETERS(...)


*PARAMETERS(...)


|

MAX-ERROR-NUMBER = *NONE / <integer 1..100>


COMPILER-TERMINATION = *STD
The default settings of the PARAMETERS structure are to apply.

COMPILER-TERMINATION = *PARAMETERS(...)

MAX-ERROR-NUMBER = *NONE / <integer 1..100>
An integer can be used to specify the number of errors allowed before the compilation run is terminated. The count begins from the error severity class specified in the MINIMAL-WEIGHT parameter of the LISTING option (default value: NOTE, see section "LISTING option").

The specified error number can be exceeded because the compilation is terminated only after execution of a compiler segment has been completed (see "Appendix").