Previous Page
|
Next Page
QDEVICE Procedure
Syntax
Procedure Syntax
PROC QDEVICE Statement
DEVICE Statement
PRINTER Statement
VAR Statement
Overview
Concepts
Using
Variables Common to All Reports
Creating a GENERAL Report
Creating a FONT Report
Creating a DEVOPTION Report
Creating a LINESTYLE Report
Creating a RECTANGLE Report
Creating a SYMBOL Report
Character Variable Lengths in Report Output Data Sets
Examples
Generate a Report for the Default Display Device
Generate a General Report for All Devices
Generate a Report for SAS/GRAPH Device Drivers and Universal Printers
Generate a Report for the Default Printer
Generate a Font Report
Generate A Device Option Report
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.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page