The PRTDEF Procedure |
Procedure features: |
|
This example shows you how to delete a printer from the registry.
Program |
data deleteprt; name='printer1'; run; |
proc prtdef data=deleteprt delete list; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.