CECHO parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Added meaning of zero)
m (add <var>'s)
 
(One intermediate revision by the same user 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 user input at the physical line level</p>
<p>
<p>Valid settings of CECHO are shown in the following table. Settings can be summed.</p>
<var>CECHO</var> specifies the type of echoing of user input at the physical line level. </p>
<table>
<p>
<tr><th>Setting</th><th>Meaning</th></tr>
Valid settings of <var>CECHO</var> are shown in the following table. Settings can be summed.</p>
<tr><th align="right"><var>0</var></th><td>No lines received from your input terminal are echoed.</td></tr>
<table class="thJustBold">
<tr><th align="right"><var>1</var></th><td>Echo lines received from your input terminal.</td></tr>
<tr class="head"><th>Setting</th>
<tr><th align="right"><var>4</var></th><td>Echo lines received from included procedures.</td></tr>
<th>Meaning</th></tr>
 
<tr><th>0</th>
<td>No lines received from your input terminal are echoed.</td></tr>
 
<tr><th>1</th>
<td>Echo lines received from your input terminal.</td></tr>
 
<tr><th>4</th>
<td>Echo lines received from included procedures.</td></tr>
</table>
</table>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 17:34, 13 November 2017

Card echo

Summary

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

Description

CECHO specifies the type of echoing of user input at the physical line level.

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

Setting Meaning
0 No lines received from your input terminal are echoed.
1 Echo lines received from your input terminal.
4 Echo lines received from included procedures.