PAGEBREAKINITIAL System Option

Specifies whether to begin the SAS log and procedure output files for the LISTING destination on a new page.
Valid in: Configuration file, SAS invocation
Categories: Log and procedure output control: SAS log and procedure output

Log and procedure output control: SAS log

Log and procedure output control: Procedure output

PROC OPTIONS GROUP= LOG_LISTCONTROL

LISTCONTROL

LOGCONTROL

Note: This option can be restricted by a site administrator. For more information, see Restricted Options.
See: PAGEBREAKINITIAL System Option: z/OS in SAS Companion for z/OS

Syntax

Syntax Description

PAGEBREAKINITIAL
specifies to begin the SAS log and procedure output files on a new page.
NOPAGEBREAKINITIAL
specifies not to begin the SAS log and procedure output files on a new page. NOPAGEBREAKINITIAL is the default.

Details

The PAGEBREAKINITIAL option inserts a page break at the start of the SAS log and procedure output files for the LISTING destination.

See Also

The SAS Log in SAS Language Reference: Concepts