INCCC parameter: Difference between revisions
m (minor formatting) |
|||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The input continuation character column</p> | <p> | ||
<p>When data is input, any nonblank character appearing in column number INCCC indicates that the input is continued on the following line. Setting INCCC to zero deactivates the mechanism entirely, which can be useful with terminals on which it is difficult to locate a particular column. This can create an operational problem, however, because some types of input lines can be continued only with the INCCC facility.</p> | The input continuation character column</p> | ||
<p>The number of the continuation column is device-dependent. INCCC can be set to any column number up to and including the last readable position for the device used.</p> | <p> | ||
<p>The value of INCCC can change appropriately when the MODEL parameter is reset to accommodate an alternate screen size within the 3270 terminal family. | When data is input, any nonblank character appearing in column number <var>INCCC</var> indicates that the input is continued on the following line. Setting <var>INCCC</var> to zero deactivates the mechanism entirely, which can be useful with terminals on which it is difficult to locate a particular column. This can create an operational problem, however, because some types of input lines can be continued only with the <var>INCCC</var> facility.</p> | ||
<p>If INCCC is being reset for User 0 input, the parameter must be reset with the parameters passed by the operating system when <var class="product">Model 204</var> is invoked. | <p> | ||
The number of the continuation column is device-dependent. <var>INCCC</var> can be set to any column number up to and including the last readable position for the device used.</p> | |||
<p> | |||
The value of <var>INCCC</var> can change appropriately when the <var>[[MODEL_parameter|MODEL]]</var> parameter is reset to accommodate an alternate screen size within the 3270 terminal family. You can override that value by explicitly resetting <var>INCCC</var> after <var>MODEL</var> is reset. Once <var>INCCC</var> is explicitly reset, its new value remains in effect for the thread even after you log out.</p> | |||
<p> | |||
If <var>INCCC</var> is being reset for User 0 input, the parameter must be reset with the parameters passed by the operating system when <var class="product">Model 204</var> is invoked. </p> | |||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 19:41, 22 June 2015
Input cont char column
Summary
- Default value
- 72
- Parameter type
- User
- Where set
- On user's parameter line; reset by any user
- Related products
- All
- Introduced
- Model 204 V2.1 or earlier
Description
The input continuation character column
When data is input, any nonblank character appearing in column number INCCC indicates that the input is continued on the following line. Setting INCCC to zero deactivates the mechanism entirely, which can be useful with terminals on which it is difficult to locate a particular column. This can create an operational problem, however, because some types of input lines can be continued only with the INCCC facility.
The number of the continuation column is device-dependent. INCCC can be set to any column number up to and including the last readable position for the device used.
The value of INCCC can change appropriately when the MODEL parameter is reset to accommodate an alternate screen size within the 3270 terminal family. You can override that value by explicitly resetting INCCC after MODEL is reset. Once INCCC is explicitly reset, its new value remains in effect for the thread even after you log out.
If INCCC is being reset for User 0 input, the parameter must be reset with the parameters passed by the operating system when Model 204 is invoked.