Previous Page | Next Page

Statements

SKIP Statement



Creates a blank line in the SAS log.
Valid: Anywhere
Category: Log Control

Syntax
Without Arguments
Arguments
Details
See Also

Syntax

SKIP <n>;


Without Arguments

Using SKIP without arguments causes SAS to create one blank line in the log.


Arguments

n

specifies the number of blank lines that you want to create in the log.

Tip: If the number specified is greater than the number of lines that remain on the page, SAS goes to the top of the next page.

Details

The SKIP statement itself does not appear in the log. You can use this statement in all methods of operation.


See Also

Statement:

PAGE Statement

System Options:

LINESIZE= System Option

PAGESIZE= System Option

Previous Page | Next Page | Top of Page