QDEVICE Procedure

Example 6: Generate A Device Option Report

Features:

PROC QDEVICE statement options: REPORT=, OUT=, SUPPORT=

DEVICE statement

Details

The following example creates a Device Options (DEVOPTIONS) report for the EMF and SASEMF devices. The report is written to the WORK.MYDEVOPTS data set.

Program

proc qdevice report=devoption out=mydevopts support=all ;
  device emf sasemf;
run;

Output

The following output shows the report as it appears in the Viewtable window.
DEVOPTIONS report