Chapter Contents |
Previous |
Next |
PAPERSIZE= |
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) |
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. |
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.
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. 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:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.