QDEVICE Procedure

Example 3: Generate a Report for SAS/GRAPH Device Drivers and Universal Printers

Features:

PROC QDEVICE statement option: OUT=

DEVICE statement

PRINTER statement

Details

The following example creates a General report for the SASEMF device and the PDF and SVG universal printers. The results are written to the WORK.MYREPORT data set. If you do not specify the REPORT= option, the QDEVICE procedure generates a General report.

Program

proc qdevice out=myreport;
  device sasemf;
  printer pdf svg;
run;

Output

The following image shows a portion of the report as it appears in the Viewtable window.
PROC QDEVIDE report