Chapter Contents

Previous

Next
PAGENO=

PAGENO=



Resets the page number

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Log and procedure output control: Procedure output
PROC OPTIONS GROUP= LISTCONTROL


Syntax
Syntax Description
Details

Syntax

PAGENO=n | MIN | MAX |hex

Syntax Description

n
specifies the page number in terms of bytes.

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.

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


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.

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


Chapter Contents

Previous

Next

Top of Page

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