Chapter Contents |
Previous |
Next |
The GDEVICE Procedure |
Requirements: | You must have write access to the device catalog in order to add entries, and use CATALOG= in the PROC GDEVICE statement. |
Restriction: | Not valid in browse mode. |
ADD new-device-entry
required-parameters <optional-parameters>; |
required-parameters are all of the following:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
plus one or both of the following parameter pairs:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
or
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
optional-parameters can be one or more of the following:
|
Required Arguments |
Options |
All optional parameters for the ADD statement correspond to device parameters of the same name. Refer to Graphics Options and Device Parameters Dictionary for a description of each parameter.
Note: The COLORS= device parameter is not
required; the device entry will be created if you do not use it. However,
the GDEVICE procedure issues an error message if you do not specify at least
one color for COLORS=.
Details |
The ADD statement is rarely used because it initializes parameter values to NULL and you have to set values for all the parameters. The best way to add a new driver is to copy an existing driver and modify it.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.