Chapter Contents

Previous

Next
PAGESIZE=

PAGESIZE=


Specifies the number of lines that compose a page of SAS output

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Alias: PS=
Category: Log and Procedure Output Control: LOG_LISTCONTROL


Syntax
Syntax Description

Syntax

PAGESIZE=n| nK | MIN | MAX | hex X

Syntax Description

n | nK
specifies the number of lines that compose a page in terms of bytes or kilobytes.

MIN
sets the number of lines that compose a page to the minimum number, 15.

MAX
sets the number of lines that compose a page to the maximum number, 32,767.

hex
specifies the number of lines that compose a page as a hexadecimal number. This number must be followed by an X.

Operating Environment Information:    The syntax that is shown here applies to the OPTIONS statement. On the command line or in a configuration file, valid values and range vary with your operating environment. For details, see the SAS documentation for your operating environment.  [cautend]


Chapter Contents

Previous

Next

Top of Page

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