Create the DELETEPRT data set. The NAME variable contains the name of the printer to delete.


   data deleteprt;
   name='printer1';
   run;