Statements

PAGE Statement



Skips to a new page in the SAS log
Valid: Anywhere
Category: Log Control

Syntax
Without Arguments
Details
See Also

Syntax

PAGE;


Without Arguments

The PAGE statement skips to a new page in the SAS log.


Details

You can use the PAGE statement when you run SAS in a windowing environment, batch, or noninteractive mode. The PAGE statement itself does not appear in the log. When you run SAS in interactive line mode, PAGE may print blank lines to the display monitor (or altlog file).


See Also

Statement:

LIST Statement

System Options:

LINESIZE= System Option

PAGESIZE= System Option

space
Previous Page | Next Page | Top of Page