Chapter Contents

Previous

Next
PAPERSIZE=

PAPERSIZE=



Specifies the paper size to use when printing to the ODS printer destination

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: SAS log and procedure output control: ODS printing
PROC OPTIONS GROUP= ODSPRINT


Syntax
Syntax Description
Details
See Also

Syntax

PAPERSIZE=paper_size_name| ("width_value" <,> "height_value")| ('width_value'<,> 'height_value') | (width_value height_value)

Syntax Description

paper_size_name
specifies a predefined paper size. The default is LETTER. Maximum length is 200 characters.
Default: Letter
Valid Values: Refer to the Registry Editor, or use PROC REGISTRY to obtain a listing of supported paper sizes. Additional values can be added.
Restriction: The maximum length is 200 characters.

("width_value", "height_value")
specifies paper width and height as positive floating point values.
Default: inches
Range: in or cm for width_value, height_value


Details

If you specify a predefined paper size or a custom size that is not supported by your printer, LETTER is used.

Fields specifying values for paper sizes may either be separated by blanks or commas.

Note:   Changing the value of this option may result in changes to the values of the portable LINESIZE= and PAGESIZE= system options.  [cautionend]

Operating Environment Information:   Most SAS system options are initialized with default settings when SAS is invoked. However, the default settings and/or option values for some SAS system options may vary both by operating environment and by site. For details, see the SAS documentation for your operating environment.  [cautionend]For additional information on declaring an ODS printer destination, see ODS Statements in The Complete Guide to the SAS Output Delivery System

See Also

System Options:

PAPERDEST=
PAPERSOURCE=
PAPERTYPE=


Chapter Contents

Previous

Next

Top of Page

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