LOUTPB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 17: Line 17:
<p>LOUTPB must be greater than or equal to the product of OUTMRL and OUTLPP for non-full-screen connections that have an NBKPG parameter greater than 0.</p>
<p>LOUTPB must be greater than or equal to the product of OUTMRL and OUTLPP for non-full-screen connections that have an NBKPG parameter greater than 0.</p>
<p>The range of values for LOUTPB is 0 to 32767. If NBKPG is greater than 0, the largest allowable value for LOUTPB is PAGESZ minus 40.    </p>
<p>The range of values for LOUTPB is 0 to 32767. If NBKPG is greater than 0, the largest allowable value for LOUTPB is PAGESZ minus 40.    </p>
[[Category:Utable Parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:01, 19 April 2013

Summary

Default value
0
Parameter type
Utable
Where set
On user's parameter line
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The length of the output page buffer for full screen connections and back pages

LOUTPB must be large enough to hold the new screen size if the MODEL parameter is used to take advantage of the alternate screen sizes within the 3270 terminal family. The recommended value for LOUTPB is 1.5 times the minimum value (see the description of the MODEL parameter).

LOUTPB must be greater than or equal to the product of OUTMRL and OUTLPP for non-full-screen connections that have an NBKPG parameter greater than 0.

The range of values for LOUTPB is 0 to 32767. If NBKPG is greater than 0, the largest allowable value for LOUTPB is PAGESZ minus 40.