Chapter Contents

Previous

Next
SKIP

SKIP



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

System Options:

LINESIZE=
PAGESIZE=


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.