QDEVICE Procedure

Example 2: Generate a General Report for All Devices

Features:

PROC QDEVICE statement option: OUT=

DEVICE statement

Details

The following example creates a General report for all devices and writes the results to WORK.ALLDEVICES.
You can use the _ALL_ keyword to generate a report for all devices.

Program

proc qdevice out=allDevices;
   device _all_;
run;

Output

The following image shows a portion of the report as it appears in the Viewtable window.
Report for all devices