Resets the 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 |
Default: | 1 |
Windows specifics: | Valid values for n; syntax |
See: | PAGENO= System Option in SAS System Options: Reference |
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.
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.
sets the page number to the minimum number, which is 1.
sets the page number to the maximum number, which is 2,147,483,647.