PPDFILE

Specifies the location of an external file containing PostScript Printer Description (PPD) information.
Used by: GOPTIONS statement
Restriction: PostScript printers only
See: BINDING

COLLATE

DUPLEX

PAPERDEST

PAPERSIZE

PAPERSOURCE

PAPERTYPE

REVERSE

Syntax

PPDFILE=fileref | 'external-file'

Parameter Values

fileref
specifies a fileref that points to the PPD file you want to use. Fileref must be a valid SAS fileref up to eight characters long and must have been previously assigned with a FILENAME statement.
external-file
specifies the complete filename of the PPD file that you want to use. The format of external-file varies across operating environments. For details, see the SAS documentation for your operating environment.

Details

A PostScript Printer Description (PPD) file is a text file that contains commands required to access features of the device. These files are available from Adobe. Also, many printer manufacturers provide the appropriate PPD file for their PostScript printers.