CEECHO parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Added meaning of zero)
Line 18: Line 18:
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>0</var></th><td>Do not echo edited lines from user's input device.</td></tr>
<tr><th align="right"><var>1</var></th><td>Echo edited lines from user's input device.</td></tr>
<tr><th align="right"><var>1</var></th><td>Echo edited lines from user's input device.</td></tr>
<tr><th align="right"><var>4</var></th><td>Echo edited lines from procedures.</td></tr>
<tr><th align="right"><var>4</var></th><td>Echo edited lines from procedures.</td></tr>

Revision as of 22:34, 6 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

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.

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