UDDLPP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 16: Line 16:
==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>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>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.</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>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 13:59, 12 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.