SUB parameter: Difference between revisions
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 | |||
<tr><th | <tr><th><var>0</var></th> | ||
<tr><th | <td>No substitution is made for dummy strings.</td></tr> | ||
<tr><th | |||
<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:
Setting | Substitution 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. |