PRTEXP Procedure

Tip: If neither the SELECT nor the EXCLUDE statement is used, then all of the printers will be included in the output.

Syntax

PROC PRTEXP<option(s)>;
<SELECT printer_1 …< printer_n>>;
<EXCLUDE printer_1 … <printer_n>>;

Table of Procedure Tasks

Statement Task Example
PROC PRTEXP Statement Obtain printer attributes from the SAS registry Ex. 1, Ex. 2
EXCLUDE Statement Obtain printer attributes for the specified printers  
SELECT Statement Obtain printer attributes for all printers except for the specified printers Ex. 1, Ex. 2