Chapter Contents |
Previous |
Next |
SAS/GRAPH Software: Reference |
A device driver is composed of two parts:
You can change these settings either by modifying the device parameters using the GDEVICE procedure, or by overriding the parameter settings using graphics options in a GOPTIONS statement. For details, see Controlling Output with Device Drivers.
SAS/GRAPH software provides device entries for your operating environment in the Institute-supplied catalog, SASHELP.DEVICES.
If your site has created custom device entries, they may also be stored in SASHELP.DEVICES, although typically custom devices are stored in the catalog GDEVICE0.DEVICES. For more information about custom device entries, see About Device Catalogs or ask your SAS Support Consultant.
Types of Device Drivers |
Some operating environments also use host drivers, which make generic calls to the print driver that the user has selected in Print Setup. The print driver is what writes out the output in the native language of the device.
How Device Drivers Are Assigned |
Usually SAS/GRAPH automatically selects a device driver for you and you are not required to explicitly specify one. If you use the GRAPH window to display graphics output, SAS/GRAPH selects a device driver that is appropriate for your device. The default device driver for your site may also be selected by your SAS Installation Representative.
If you submit a SAS procedure without specifying a device driver and your display device does not support the GRAPH windows or you are running outside the SAS Display Manager, SAS/GRAPH prompts you for a driver name.
Whether or not a default device is assigned, you can always explicitly assign a device driver. See Selecting a Device Driver for more information.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.