Chapter Contents

Previous

Next
PAGENO

PAGENO



Resets the page number

Default: 1
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Windows specifics: Valid values for n; syntax


Syntax
Details
See Also

Syntax

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

n | nK | nM | nG
specifies the page number in multiples of 1; 1,024 (kilobytes); 1,048,576 (megabytes); and 1,073,741,824 (gigabytes), respectively. For example, a value of 8 specifies 8 bytes and a value of 3M specifies 3,145,728 bytes.

hexX
specifies the page number as a hexadecimal number. This number must be followed by an X.

MAX
specifies the page number to be 2,147,483,647.

MIN
specifies the page number to be 1.


Details

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

See Also


Chapter Contents

Previous

Next

Top of Page

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