The PRTDEF Procedure |
Procedure features: |
|
This example creates a Ghostview printer definition in the SASUSER library for previewing PostScript output.
Program |
data gsview; name = "Ghostview"; desc = "Print Preview with Ghostview"; model= "PostScript Level 2 (Color)"; viewer = 'ghostview %s'; device = "Dummy"; dest = " "; |
proc prtdef data=gsview list replace; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.