ERRLEN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
==See also==
==See also==
<ul>
<ul>
<li>The [[ERRMSGL parameter]], which determines the length of errors returned by <var>[[$ERRMSG]]</var> and <var>[[$FSTERR]]</var>.
<li>The [[ERRMSGL parameter]], which determines the length of errors returned by <var>[[$Errmsg]]</var> and <var>[[$Fsterr]]</var>.
</ul>
</ul>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:50, 1 August 2014

Length of errors saved

Summary

Default value
80
Parameter type
System
Where set
On User 0's parameter line and viewable only during system initialization
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The length of serious error messages saved for the VIEW ERRORS command

ERRLEN specifies the number of characters saved from the original messages. Each message is saved with an 18-character prefix, which is not included in ERRLEN.

See also