UDDLPP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
Line 15: Line 15:


==Description==
==Description==
<p>The maximum number of lines printed per page when a data set is sent to a device specified by a <var>[[USE_command|USE]]</var> command (directed output)</p>
<p>
<p>UDDLPP can range from -1 to 32,767. A setting of 0 suppresses page headers. A setting of -1 eliminates page counting, but allows the display of headers and trailers when a <var>[[NEW_PAGE_command|NEW PAGE]]</var> command causes the output of a new page.</p>
The maximum number of lines printed per page when a data set is sent to a device specified by a <var>[[USE command|USE]]</var> command (directed output)</p>
<p>
<var>UDDLPP</var> can range from -1 to 32,767. A setting of 0 suppresses page headers. A setting of -1 eliminates page counting, but allows the display of headers and trailers when a <var>[[NEW PAGE command|NEW PAGE]]</var> command causes the output of a new page.
</p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 16:53, 16 October 2017

USE DDNAME - lines per page

Summary

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

Description

The maximum number of lines printed per page when a data set is sent to a device specified by a USE command (directed output)

UDDLPP can range from -1 to 32,767. A setting of 0 suppresses page headers. A setting of -1 eliminates page counting, but allows the display of headers and trailers when a NEW PAGE command causes the output of a new page.