ERRMSGL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 11: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.1</var>
</dl>
</dl>
==Description==
==Description==
<p>The ERRMSGL parameter indicates the number of bytes to use for saved error messages-those messages returned by $ERRMSG and $FSTERR. The minimum value of ERRMSGL is 80 and the maximum is 256. </p>
<p>
<p>The actual length of saved messages is one less than the setting of ERRMSGL, so that the default ERRMSGL of 80 can save up to 79 bytes of error messages. </p>
The <var>ERRMSGL</var> parameter indicates the number of bytes to use for saved error messages-those messages returned by <var>[[$Errmsg|$Errmsg]]</var> and <var>[[$Fsterr|$Fsterr]]</var>. The minimum value of <var>ERRMSGL</var> is 80, and the maximum is 256. </p>
<p>In <var class="product">Model&nbsp;204</var> V6R1.0 and earlier, only 79 bytes of error messages could ever be saved, so it was as if the setting of ERRMSGL was 80.</p>
<p>
The actual length of saved messages is one less than the setting of <var>ERRMSGL</var>, so that the default <var>ERRMSGL</var> value, 80, can save up to 79 bytes of error message text. </p>
<p>
In <var class="product">Model&nbsp;204</var> V6R1.0 and earlier, only 79 bytes of error message text could ever be saved, so it was as if the setting of <var>ERRMSGL</var> was 80.</p>
 
==See also==
==See also==
<ul>
<ul>

Latest revision as of 20:05, 17 November 2014

Saved error message length

Summary

Default value
80
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V7.1

Description

The ERRMSGL parameter indicates the number of bytes to use for saved error messages-those messages returned by $Errmsg and $Fsterr. The minimum value of ERRMSGL is 80, and the maximum is 256.

The actual length of saved messages is one less than the setting of ERRMSGL, so that the default ERRMSGL value, 80, can save up to 79 bytes of error message text.

In Model 204 V6R1.0 and earlier, only 79 bytes of error message text could ever be saved, so it was as if the setting of ERRMSGL was 80.

See also

  • The ERRLEN parameter, which determines the length of saved errors in the VIEW ERRORS table.