Previous Page | Next Page

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 might print blank lines to the display monitor (or to the alternate log file).


See Also

Statement:

LIST Statement

System Options:

LINESIZE= System Option

PAGESIZE= System Option

Previous Page | Next Page | Top of Page