Command Reference
:
Programming Language Reference
setmaxerrs
Support Commands
Set the maximum number of errors that a program may encounter before execution is halted.
Syntax
setmaxerrs
integer
sets the maximum number of errors to the specified integer value.
Cross-references
See also
@errorcount
,
@maxerrcount
,
clearerrs
, and
seterrcount
.