Version 4.2.6 for Mainframes
 —  Parameter Reference  —

PS - Page Size for Natural Reports

This Natural profile and session parameter specifies the maximum number of lines per page to be used for Natural reports created with the DISPLAY or WRITE statement. When used as a profile parameter, the PS parameter is honored in batch mode only and defines the physical page size. In online mode, the physical page size is always set to the physical screen height.

Possible settings 1 - 250 Maximum number of lines per page.
0

The physical page size is to be used.

If PS=0 is specified for the first report to be output (Report 0), the physical-device page-size minus 1 will be used.

If PS=0 is specified for Reports 1 - 31, this will cause automatic new-page processing to be inhibited, that is, no automatic page-break processing will be performed.

Default setting 0
Dynamic specification yes
Specification within session yes Applicable Statements:

DISPLAY
FORMAT
INPUT
SET GLOBALS
WRITE

Applicable Command: GLOBALS
Application Programming Interface USR1005N See SYSEXT - Natural Application Programming Interfaces in the Utilities documentation.

See also Page Size - PS Parameter in the Programming Guide.

Under Natural Security: The setting of this parameter can be overridden by the Session Parameters option of the Library Profile.

Top of page