SUB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
 
Line 15: Line 15:


==Description==
==Description==
<p>The type of dummy string substitution</p>
<p>
<p>Valid settings of SUB are: </p>
The type of dummy string substitution</p>
<p>
Valid settings of <var>SUB</var> are: </p>
<table>
<table>
<tr><th>Setting</th><th>Substitution is made in...</th></tr>
<tr class="head"><th>Setting</th><th>Substitution is made in...</th></tr>
<tr><th align="right"><var>0</var></th><td>No substitution is made for dummy strings.</td></tr>
 
<tr><th align="right"><var>1</var></th><td>Lines from the user's terminal (I/O level 0).</td></tr>
<tr><th><var>0</var></th>
<tr><th align="right"><var>4</var></th><td>Lines from procedures (I/O levels greater than 0).</td></tr>
<td>No substitution is made for dummy strings.</td></tr>
<tr><th align="right"><var>5</var></th><td>All input lines.</td></tr>
 
<tr><th><var>1</var></th>
<td>Lines from the user's terminal (I/O level 0).</td></tr>
 
<tr><th><var>4</var></th>
<td>Lines from procedures (I/O levels greater than 0).</td></tr>
 
<tr><th><var>5</var></th>
<td>All input lines.</td></tr>
</table>
</table>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 16:52, 11 September 2017

Substitution control

Summary

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

Description

The type of dummy string substitution

Valid settings of SUB are:

SettingSubstitution is made in...
0 No substitution is made for dummy strings.
1 Lines from the user's terminal (I/O level 0).
4 Lines from procedures (I/O levels greater than 0).
5 All input lines.