SIRTERM parameter: Difference between revisions
Jump to navigation
Jump to search
m (misc formatting) |
|||
Line 13: | Line 13: | ||
<dd><var class="product">[[Sirius Mods]]</var> 6.7 | <dd><var class="product">[[Sirius Mods]]</var> 6.7 | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
This is a bitmask parameter with the following meanings for the bits: | This is a bitmask parameter with the following meanings for the bits: | ||
<dl> | <dl> | ||
<dt>X'01' | <dt>X'01' | ||
<dd>Enable MODEL 6 support ([[Terminal MODEL 6 support]]). | <dd>Enable <var>MODEL</var> 6 support ([[Terminal MODEL 6 support]]). | ||
<var>MODEL</var> 6 support allows terminals with essentially arbitrary numbers of | |||
rows and columns, making it easier to better utilize a workstation's | rows and columns, making it easier to better utilize a workstation's | ||
screen size. | screen size. | ||
Line 32: | Line 33: | ||
</dl> | </dl> | ||
If a terminal is using a non-standard screen geometry | If a terminal is using a non-standard screen geometry under <var>MODEL</var> 6 support, | ||
the <var class="product">[[ | the <var class="product">[[Model 204 full-screen editor|Model 204 editor]]</var> and command line correctly uses the available screen space. | ||
space. | Many <var class="product">[[RKTools]]</var> subsystems, such as those for <var class="product">[[SirScan]]</var>, <var class="product">[[SirMon]]</var>, and <var class="product">[[SirPro]]</var>, also take | ||
Many <var class="product">[[RKTools]]</var> subsystems such as those for <var class="product">[[ | |||
advantage of the additional available screen space. | advantage of the additional available screen space. | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 18:43, 11 July 2017
Sirius terminal options
Summary
- Default value
- X'00'
- Parameter type
- System
- Where set
- User 0 CCAIN parameters
- Related products
- All
- Introduced
- Sirius Mods 6.7
Description
This is a bitmask parameter with the following meanings for the bits:
- X'01'
- Enable MODEL 6 support (Terminal MODEL 6 support). MODEL 6 support allows terminals with essentially arbitrary numbers of rows and columns, making it easier to better utilize a workstation's screen size.
- X'02'
- Always issue a Write Structured Field Query for terminals connecting
to Model 204 through VTAM.
This allows Model 204 to dynamically determine the screen geometry of any
terminal connecting to it through VTAM, without having to issue a
RESET MODEL 6
command. The downside of this setting is that it could add a small amount of time to the initial connection process and a slight amount of extra network traffic.
If a terminal is using a non-standard screen geometry under MODEL 6 support, the Model 204 editor and command line correctly uses the available screen space. Many RKTools subsystems, such as those for SirScan, SirMon, and SirPro, also take advantage of the additional available screen space.