Delete the printer definition from the registry and write the deleted printer to the log.


The DATA= option specifies DELETEPRT as the input data set.


PROC PRTDEF creates printer definitions for the SAS registry.


DELETE specifies that the printer is to be deleted.


LIST specifies to write the deleted printer to the log.


   proc prtdef data=deleteprt delete list;
   run;