PRTEXP Procedure

PROC PRTEXP Statement

Replicates, modifies, and creates printer definitions.
Writing Attributes to the SAS Log

Writing Attributes to a SAS Data Set

Syntax

PROC PRTEXP<option(s)>;

Optional Arguments

USESASHELP
specifies that SAS search only the SASHELP portion of the registry for printer definitions.
Default:The default is to search both the SASUSER and SASHELP portions of the registry for printer definitions.
OUT=SAS-data-set
specifies the SAS data set to create that contains the printer definitions.
The data set that is specified by the OUT=SAS-data-set option is the same type of data set that is specified by the DATA=SAS-data-set option in PROC PRTDEF to define each printer.
Default:If OUT=SAS-data-set is not specified, then the data that is needed to define each printer is written to the SAS log.