PAGENO= System Option

Resets the SAS output page number.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: Procedure output
PROC OPTIONS GROUP= LISTCONTROL
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.
See: PAGENO= System Option under Windows

Syntax

PAGENO=n | nK | hexX | MIN | MAX

Syntax Description

n | nK
specifies the page number in multiples of 1 (n); 1,024 (nK). For example, a value of 8 sets the page number to 8 and a value of 3k sets the page number to 3,072.
hexX
specifies the page number as a hexadecimal number. 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, 1.
MAX
specifies the maximum page number as the largest signed, four–byte integer that is representable in your operating environment.

Details

The PAGENO= system option specifies a beginning page number for the next page of output that SAS produces. Use PAGENO= to reset page numbering during a SAS session.