Chapter Contents

Previous

Next
BOTTOMMARGIN=

BOTTOMMARGIN=



Specifies the size of the margin at the bottom of the page for 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
See Also

Syntax

BOTTOMMARGIN=margin-size | "margin-size [margin-unit]"

Syntax Description

margin-size
specifies the size of the margin.
Restriction: The bottom margin should be small enough so that the top margin plus the bottom margin is less than the height of the paper.
Interactions: Changing the value of this option may result in changes to the value of the PAGESIZE= system option.

[margin-unit]
specifies the units for margin-size. The margin-unit can be in for inches or cm for centimeters.
Default: inches
Requirement: When you specify margin-unit, enclose the entire option value in double quotation marks.


Details

Note that all margins have a minimum that is dependent on the printer and the paper size.

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 Chapter 3, ODS Statements in The Complete Guide to the SAS Output Delivery System.

See Also

System Options:

LEFTMARGIN=
RIGHTMARGIN=
TOPMARGIN=


Chapter Contents

Previous

Next

Top of Page

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