Previous Page | Next Page

The PRTEXP Procedure

Syntax: PRTEXP Procedure


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

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

Task Statement
Obtain printer attributes from the SAS registry PROC PRTEXP
Obtain printer attributes for the specified printers SELECT
Obtain printer attributes for all printers except for the specified printers EXCLUDE

Previous Page | Next Page | Top of Page