Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


ERRCOUNT

ERRCOUNT specifies how many severity 1 (W-level) conditions can occur before the run unit terminates abnormally.

ERRCOUNT option syntax
Read syntax diagramSkip visual syntax diagram>>-ERRCOUNT(-+--------+-)--------------------------------------><
             '-number-'    
 

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.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)