Previous Page | Next Page

SAS System Options under Windows

PAGENO System Option: Windows



Resets the page number.
Default: 1
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: Procedure output
PROC OPTIONS GROUP= LISTCONTROL
Windows specifics: Valid values for n; syntax
See: PAGENO System Option in SAS Language Reference: Dictionary

Syntax
Details

Syntax

-PAGENO n | nK | nM | nG | hexX | MIN | MAX
PAGENO=n | nK | nM | nG | hexX | MIN | MAX

n | nK | nM | nG

specifies the page number in multiples of 1(n); 1,024 (nK); 1,048,576 (nM); and 1,073,741,824 (nG), respectively. You can specify a decimal value for n when it is used to specify a K, M, G, or T value. For example, a value of 8 sets the page number to 8, a value of .782k sets the page number to 801, and a value of 3k sets the page number to 3,072.

hexX

specifies the page number as a hexadecimal value. You must specify the value beginning with a number (0-9), followed by an X. For example, the value 2dx sets the page number to 45.

MIN

sets the page number to the minimum number, which is 1.

MAX

sets the page number to the maximum number, which is 2,147,483,647.


Details

The PAGENO system option specifies a beginning page number for the next page of output that SAS produces.

Previous Page | Next Page | Top of Page