CEECHO parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The type of echoing of physical lines that include <var>[[ERASE_parameter|ERASE]]</var> or <var>[[FLUSH_parameter|FLUSH]]</var> characters</p>
<p>
<p>Valid settings of CEECHO are shown in the following table. Settings can be summed.</p>
<var>CEECHO</var> specifies the type of echoing of physical lines that include <var>[[ERASE_parameter|ERASE]]</var> or <var>[[FLUSH parameter|FLUSH]]</var> characters. </p>
<table>
<p>
<tr><th>Setting</th><th>Meaning</th></tr>
Valid settings of <var>CEECHO</var> are shown in the following table. Settings can be summed.</p>
<tr><th align="right"><var>1</var></th><td>Echo edited lines from user's input device.</td></tr>
<table class="thJustBold">
<tr><th align="right"><var>4</var></th><td>Echo edited lines from procedures.</td></tr>
<tr class="head"><th>Setting</th>
<th>Meaning</th></tr>
 
<tr><th>0</th>
<td>Do not echo edited lines from user's input device.</td></tr>
 
<tr><th>0</th>
<td>Echo edited lines from user's input device.</td></tr>
 
<tr><th>4</th>
<td>Echo edited lines from procedures.</td></tr>
</table>
</table>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 17:33, 13 November 2017

Card edit echo

Summary

Default value
0
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

CEECHO specifies the type of echoing of physical lines that include ERASE or FLUSH characters.

Valid settings of CEECHO are shown in the following table. Settings can be summed.

Setting Meaning
0 Do not echo edited lines from user's input device.
0 Echo edited lines from user's input device.
4 Echo edited lines from procedures.