Chapter Contents

Previous

Next
PRINTERPATH=

PRINTERPATH=



Specifies a printer for SAS print jobs directed to 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

Syntax

PRINTERPATH=('printer name' <fileref>)

Syntax Description

printer name
must be one of the printers defined in the Registry Editor under

Core
[arrow]
Printing
[arrow]
Printers
Quotes are required only when the printer name contains blanks.

fileref
is an optional fileref. If a fileref is specified, it must be defined with a FILENAME statement or external allocation. If a fileref is not specified, the default output destination defined in the Registry Editor under

Core
[arrow]
Printing
[arrow]
Printers
[arrow]
Printer Setup
[arrow]
Output
is used. Parentheses are required only when a fileref is specified.


Details

The following example specifies an output destination that is different from the default:

options PRINTERPATH=(corelab out);
filename out 'whatever';

Operating Environment Information:   In some operating environments, such as the PC, the SYSPRINT option enables operating-environment printing and disables SAS printing by setting the PRINTERPATH option to a null string. Also, in some operating environments, setting the PRINTERPATH option might not change the setting of the PMENU print button, which might continue to use operating environment printing. See the SAS documentation for your operating environment for more information.

For additional information on declaring an ODS printer destination, see ODS Statements in The Complete Guide to the SAS Output Delivery System  [cautionend]


Chapter Contents

Previous

Next

Top of Page

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