Chapter Contents

Previous

Next
ORIENTATION=

ORIENTATION=



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

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


Syntax
Syntax Description
Details

Syntax

ORIENTATION=PORTRAIT | LANDSCAPE | REVERSEPORTRAIT | REVERSELANDSCAPE

Syntax Description

PORTRAIT
specifies the paper orientation as portrait. This is the default.

LANDSCAPE
specifies the paper orientation as landscape.

REVERSEPORTRAIT
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.

REVERSELANDSCAPE
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 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 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.  [cautionend]For additional information on declaring an ODS printer destination, see ODS Statements in The Complete Guide to the SAS Output Delivery System


Chapter Contents

Previous

Next

Top of Page

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