ERRCOUNT specifies how many severity 1 (W-level) conditions can occur before the run unit terminates abnormally.
| ERRCOUNT option syntax |
|---|
|
Default: ERRCOUNT(20).
number is the number of severity-1 conditions per individual thread that can occur while this run unit is running. If the number of conditions exceeds number, the run unit terminates abnormally.
Any severity-2 (E-level) or higher condition results in termination of the run unit regardless of the value of the ERRCOUNT option.