OUTLPP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (misc formatting)
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The number of lines per output page including input, output, page headers, and trailers</p>
<p>
<p>The valid range for OUTLPP is -1 to 32,767. </p>
The number of lines per output page including input, output, page headers, and trailers</p>
<p>For most devices, <var class="product">Model&nbsp;204</var> overrides the initial setting or the default value of OUTLPP and uses the OUTLPP value set by the <var class="product">Model&nbsp;204</var> MODEL parameter value. If MODEL is reset to accommodate an alternative screen size within the 3270 terminal family, the value of OUTLPP changes accordingly. (See [[MODEL parameter|"MODEL: 3270 terminal model"]].)</p>
<p>
<p>Setting OUTLPP to 0 eliminates paging; output is displayed in a steady stream with no headers or trailers. Setting OUTLPP to -1 eliminates page counting, but it allows headers and trailers to be displayed when a NEW PAGE command causes a new page to be output.</p>
The valid range for <var>OUTLPP</var> is -1 to 32,767. </p>
<p>Resetting OUTLPP is only available for line devices (that is, a printer), and not for full screen input. </p>
<p>
<p>This parameter applies only for the following devices:</p>
For most devices, <var class="product">Model&nbsp;204</var> overrides the initial setting or the default value of <var>OUTLPP</var> and uses the <var>OUTLPP</var> value set by the <var class="product">Model&nbsp;204</var> <var>[[MODEL parameter|MODEL]]</var> parameter value. If <var>MODEL</var> is reset to accommodate an alternative screen size within the 3270 terminal family, the value of <var>OUTLPP</var> changes accordingly. </p>
<p>
Setting <var>OUTLPP</var> to 0 eliminates paging; output is displayed in a steady stream with no headers or trailers. Setting <var>OUTLPP</var> to -1 eliminates page counting, but it allows headers and trailers to be displayed when a <code>NEW PAGE</code> command causes a new page to be output.</p>
<p>
Resetting <var>OUTLPP</var> is only available for line devices (that is, a printer), and not for full screen input. </p>
<p>
This parameter applies only for the following devices:</p>
<table>
<table>
<tr><th>IODEV</th><th>Access method/device type</th></tr>
<tr class="head"><th>IODEV</th><th>Access method/device type</th></tr>
<tr><th align="right"><var>  3</var></th><td>BSAM</td></tr>
<tr><th align="right"><var>  3</var></th><td>BSAM</td></tr>
<tr><th align="right"><var> 29</var></th><td>Remote User Language thread (line-at-a-time)</td></tr>
<tr><th align="right"><var> 29</var></th><td>Remote User Language thread (line-at-a-time)</td></tr>

Revision as of 19:27, 22 June 2015

Output lines per page

Summary

Default value
56
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The number of lines per output page including input, output, page headers, and trailers

The valid range for OUTLPP is -1 to 32,767.

For most devices, Model 204 overrides the initial setting or the default value of OUTLPP and uses the OUTLPP value set by the Model 204 MODEL parameter value. If MODEL is reset to accommodate an alternative screen size within the 3270 terminal family, the value of OUTLPP changes accordingly.

Setting OUTLPP to 0 eliminates paging; output is displayed in a steady stream with no headers or trailers. Setting OUTLPP to -1 eliminates page counting, but it allows headers and trailers to be displayed when a NEW PAGE command causes a new page to be output.

Resetting OUTLPP is only available for line devices (that is, a printer), and not for full screen input.

This parameter applies only for the following devices:

IODEVAccess method/device type
3BSAM
29Remote User Language thread (line-at-a-time)
37SNA Communications Server 3767 and NTO (z/OS)
39IUCV User Language thread (line-at-a-time)
45CMS (line-at-a-time) console

OUTLPP does not include the blank lines that might be defined as page separators for some terminals through the HDRCTL and PGSEP parameters.