The following QDEVICE
procedure creates a RECTANGLE report for the SASPRTG universal printer,
reporting the supported hardware fills because the default for SUPPORT
is YES.
proc qdevice report=rectangle;
device sasprtg;
run;
Here is the RECTANGLE
report in the SAS log:
205 proc qdevice report=rectangle;
206 device sasprtg;
207 run;
Name: SASPRTG
Description: Generic PostScript Level 1 Printer
Type: Universal Printer
Device Catalog: ( 'your-sas-path\sashelp' )
Prototype: PostScript Level 1 (Color)
Supported Hardware Fills: Empty,Solid
SASPRTG is a printer
interface device. Because Universal Printing is active, SASPRTG interfaces
with the default universal printer. For this reason, the report shows
information about the Generic PostScript Level 1 Printer as a universal
printer.