Specify the input data set that contains the printer attributes
and create the printer definitions. PROC PRTDEF creates the printer
definitions for the SAS registry, and the DATA= option specifies PRINTERS
as the input data set that contains the printer attributes.
proc prtdef data=printers;
run;