LFSCB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:LFSCB parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>0
<dd>8 (as of version 7.7) <br />
0 (in version 7.6 or earlier)
<dt>Parameter type
<dt>Parameter type
<dd>Utable
<dd>Utable
<dt>Where set
<dt>Where set
<dd>On user's parameter line or reset by UTABLE command
<dd>On user's parameter line or reset by <var>[[UTABLE_command|UTABLE]]</var> command
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.2</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The size of the full screen buffer in bytes</p>
<p>The size of the full screen buffer in bytes</p>
<p>As of version 7.7, the minimum size is 8 bytes.</p>
<p>The full screen buffer contains menu, screen, and image definitions and the values of screen variables and image data blocks. If multiple screens, menus, or blocks are defined in a request, <var class="product">Model&nbsp;204</var> reuses the full screen buffer as it processes each screen, menu, or block.</p>
<p>The full screen buffer contains menu, screen, and image definitions and the values of screen variables and image data blocks. If multiple screens, menus, or blocks are defined in a request, <var class="product">Model&nbsp;204</var> reuses the full screen buffer as it processes each screen, menu, or block.</p>
<p>LFSCB must be large enough to hold the largest screen, menu, or image definition in a request. Set it no lower than 1932 unless you set it to zero, indicating that the full screen feature is not used. For full screen use on 3270 terminals, LFSCB normally should be set to 5000. It must not exceed 65528.</p>
<p><var>LFSCB</var> must be large enough to hold the largest screen, menu, or image definition in a request. To use the full screen feature, set <var>LFSCB</var> to at least 1932. For full screen use on 3270 terminals, <var>LFSCB</var> normally should be set to 5000. It must not exceed 65528.</p>
<p>For an application subsystem user, LFSCB must have a minimum value of 256.   </p>
<p>For an application subsystem user, <var>LFSCB</var> must have a minimum value of 256.</p>
[[Category:Utable parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 19:29, 23 June 2016

Length of full screen buffer

Summary

Default value
8 (as of version 7.7)
0 (in version 7.6 or earlier)
Parameter type
Utable
Where set
On user's parameter line or reset by UTABLE command
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

The size of the full screen buffer in bytes

As of version 7.7, the minimum size is 8 bytes.

The full screen buffer contains menu, screen, and image definitions and the values of screen variables and image data blocks. If multiple screens, menus, or blocks are defined in a request, Model 204 reuses the full screen buffer as it processes each screen, menu, or block.

LFSCB must be large enough to hold the largest screen, menu, or image definition in a request. To use the full screen feature, set LFSCB to at least 1932. For full screen use on 3270 terminals, LFSCB normally should be set to 5000. It must not exceed 65528.

For an application subsystem user, LFSCB must have a minimum value of 256.