Previous Page | Next Page

SAS System Options

RIGHTMARGIN= System Option



Specifies the print margin for the right side of the page for output directed to an ODS printer destination.
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
See Also

Syntax

RIGHTMARGIN=margin-size<margin-unit>


Syntax Description

margin-size

specifies the size of the margin.

Restriction: The right margin should be small enough so that the left margin plus the right margin is less than the width of the paper.
Interactions: Changing the value of this option might result in changes to the value of the LINESIZE= system option.
<margin-unit>

specifies the units for margin-size. The margin-unit can be in for inches or cm for centimeters. <margin-unit> is saved as part of the value of the RIGHTMARGIN system option.

Default: inches

Details

All margins have a minimum that is dependent on the printer and the paper size. The default value of the RIGHTMARGIN system option is 0.00 in.

Operating Environment Information:   Most SAS system options are initialized with default settings when SAS is invoked. However, the default settings and option values for some SAS system options might vary both by operating environment and by site. For details, see the SAS documentation for your operating environment.  [cautionend]

For additional information about declaring an ODS printer destination, see ODS Statements in SAS Output Delivery System: User's Guide


See Also

System Options:

BOTTOMMARGIN= System Option

LEFTMARGIN= System Option

TOPMARGIN= System Option

Previous Page | Next Page | Top of Page