Previous Page | Next Page

SAS System Options under Windows

PAPERTYPE System Option: Windows



Specifies to a printer the type of paper to use for printing.
Default: PLAIN
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Log and procedure output control: ODS printing
PROC OPTIONS GROUP= ODSPRINT
Windows specifics: valid values
See: PAPERTYPE= System Option in SAS Language Reference: Dictionary

Syntax
Details

Syntax

-PAPERTYPE PLAIN | STANDARD | GLOSSY | TRANSPARENCY | printer-defined-value
PAPERTYPE= PLAIN | STANDARD | GLOSSY | TRANSPARENCY | printer-defined-value

PLAIN

specifies to use plain paper.

STANDARD

specifies to use the standard paper for the printer.

GLOSSY

specifies to use glossy paper.

TRANSPARENCY

specifies to use transparent paper.

printer-definded-value

specifies a paper type that is defined by the printer.


Details

See your printer documentation for the paper types that your printer can use.

Previous Page | Next Page | Top of Page