Features: |
|
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;
data gsview; name = "Ghostview"; desc = "Print Preview with Ghostview"; model= "PostScript Level 2 (Color)"; viewer = 'ghostview %s'; device = "Dummy"; dest = " ";