In order to add, modify,
or delete device entries, you must have Write access to the catalog.
On multi-user systems, your site administrator is usually the only
person who has Write access to the SASHELP.DEVICES catalog and can
make any changes. Therefore, when creating new entries or modifying
existing ones, individual users usually work in a personal catalog.
Be sure the catalog in which you store new or modified device entries
is named DEVICES.
To use a device entry
stored in a personal catalog, you must assign the GDEVICE
n libref
to the library that contains the device catalog.
See Device Catalogs.
It is a good idea to
give a new or modified device entry a name that is different from
the original. Then, if you want to use the original device,
SAS/GRAPH can find that device
when it searches the device catalogs. Remember that
SAS/GRAPH searches the GDEVICE
n libraries
before it
searches SASHELP.DEVICES and uses the first device that it finds whose
name matches the one you have specified.
(See Search Order of Device Catalogs.)
For example, suppose
there is a customized copy of PSCOLOR in your GDEVICE0.DEVICES catalog
as well as the original in SASHELP.DEVICES. If you specify DEV=PSCOLOR
and the libref GDEVICE0 is assigned,
SAS/GRAPH searches GDEVICE0.DEVICES first and uses the copy
of PSCOLOR. Unless you cancel the GDEVICE0 libref,
SAS/GRAPH will
never find the original device entry in SASHELP.DEVICES. (To include
SASHELP.DEVICES in the search path, you would need to cancel the GDEVICE0
libref.)