Previous Page | Next Page

SAS System Options

DUPLEX System Option



Specifies whether duplex (two-sided) printing is enabled.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: ODS Printing
PROC OPTIONS GROUP= ODSPRINT
Restriction: This option is ignored if the printer does not support duplex (two-sided) printing.

Syntax
Syntax Description
Details
See Also

Syntax

DUPLEX| NODUPLEX


Syntax Description

DUPLEX

specifies that duplex (two-sided) printing is enabled.

Interaction: When DUPLEX is selected, the setting of the BINDING= option determines how the paper is oriented before output is printed on the second side.
NODUPLEX

specifies that duplex (two-sided) printing is not enabled. This is the default.


Details

Note that duplex (two-sided) printing can be used only on printers that support duplex output.

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


See Also

System Option:

BINDING= System Option

For information about declaring an ODS printer destination, see the ODS PRINTER Statement in SAS Output Delivery System: User's Guide.

For information about SAS Universal Printing, see Printing with SAS in SAS Language Reference: Concepts.

Previous Page | Next Page | Top of Page