LOUTPB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
Line 15: Line 15:


==Description==
==Description==
<p>The length of the output page buffer for full screen connections and back pages</p>
<p>
<p>LOUTPB must be large enough to hold the new screen size if the <var>[[MODEL_parameter|MODEL]]</var> 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|MODEL]] parameter).</p>
The length of the output page buffer for full screen connections and back pages</p>
<p>LOUTPB must be greater than or equal to the product of <var>[[OUTMRL_parameter|OUTMRL]]</var> and <var>[[OUTLPP_parameter|OUTLPP]]</var> for non-full-screen connections that have an <var>[[NBKPG_parameter|NBKPG]]</var> parameter greater than 0.</p>
<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 <var>[[PAGESZ_parameter|PAGESZ]]</var> minus 40.   </p>
<var>LOUTPB</var> must be large enough to hold the new screen size if the <var>[[MODEL parameter|MODEL]]</var> parameter is used to take advantage of the alternate screen sizes within the 3270 terminal family. The recommended value for <var>LOUTPB</var> is 1.5 times the minimum value.</p>
<p>
<var>LOUTPB</var> must be greater than or equal to the product of <var>[[OUTMRL parameter|OUTMRL]]</var> and <var>[[OUTLPP parameter|OUTLPP]]</var> for non-full-screen connections that have an <var>[[NBKPG parameter|NBKPG]]</var> parameter greater than 0.</p>
<p>
The range of values for <var>LOUTPB</var> is 0 to 32767. If <var>[[NBFPG parameter|NBKPG]]</var> is greater than 0, the largest allowable value for <var>LOUTPB</var> is <var>[[PAGESZ parameter|PAGESZ]]</var> minus 40. </p>
 
[[Category:Utable parameters]]
[[Category:Utable parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 19:33, 22 June 2015

Length of output page buffer

Summary

Default value
0
Parameter type
Utable
Where set
On user's parameter line
Related products
All
Introduced
Model 204 V2.2 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.

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.