ERRCOUNT indicates how many warning messages can occur before the run unit terminates abnormally.
ERRCOUNT option syntax .-20-----. >>-ERRCOUNT(-+--------+-)-------------------------------------->< '-number-'
Default: ERRCOUNT(20)
number, if positive, is the number of warning messages that can occur while the run unit is running. If the number of warning messages exceeds number, the run unit terminates abnormally.
number, if 0, indicates that an unlimited number of warning messages can occur. number cannot be negative.
Any message due to a condition that has a severity higher than a warning results in termination of the run unit regardless of the value of the ERRCOUNT option.