Using Graphics Devices |
A SAS/GRAPH device generates graphical output in a specified format. It might send output to a file on disk, such as a PNG file or a GIF file, or it might send output directly to a hardware device, such as a Postscript printer or a display. A SAS/GRAPH device consists of two parts: a device entry and device driver.
Device entry |
A device entry is a SAS catalog entry of type DEV. Every device that is shipped with SAS/GRAPH has a device entry in the SASHELP.DEVICES catalog. Device entries contain parameters that control the following:
|
Device driver |
A device driver is the executable module that produces device-specific commands that a device can understand. Every device entry specifies the name of the executable module (device driver) that is to be used to generate output. The device driver uses the parameters specified in the device entry or the current style to tell it exactly how to do so. |
When you specify a device, you are specifying the name of a device entry. SAS/GRAPH uses that device entry to determine which device driver to use in order to generate final output. However, most users do not ever need to deal directly with device drivers, so for simplicity, this document simply refers to "devices".
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.