SAS System Options |
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Log and procedure output control: ODS Printing |
PROC OPTIONS GROUP= | ODSPRINT |
Syntax | |
Syntax Description | |
Details |
Syntax |
ORIENTATION=PORTRAIT | LANDSCAPE | REVERSEPORTRAIT | REVERSELANDSCAPE |
specifies the paper orientation as portrait. This is the default.
specifies the paper orientation as reverse portrait to enable printing on paper with prepunched holes. The reverse side of the page is printed upside down.
specifies the paper orientation as reverse landscape to enable printing on paper with prepunched holes. The reverse side of the page is printed upside down.
Details |
Changing the value of this option might 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 you invoke SAS. However, the default settings for some SAS system options vary both by operating environment and by site. For details, see the SAS documentation for your operating environment.
For additional information about declaring an ODS printer destination, see ODS statements in SAS Output Delivery System: User's Guide
For additional information about the SAS universal print facility, see Printing with SAS in SAS Language Reference: Concepts.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.