The GDEVICE Procedure |
PROC GDEVICE <CATALOG=<libref.>SAS-catalog>
<BROWSE> <NOFS>; |
Options |
Options used in the PROC GDEVICE statement affect the way you use the procedure. They specify how to open the catalog.
opens a catalog in browse mode. You cannot modify a catalog when you open it with the BROWSE option. If you are running in program mode when you use BROWSE, you can use only the FS, LIST, QUIT, END, or STOP statements.
specifies the catalog containing device information. If you do not specify a catalog, the procedure opens the first catalog found in the search order of catalogs in browse mode. For search order of source catalogs, see Search Order of Device Catalogs.
To edit the device entries in a catalog, you must specify the CATALOG= option.
specifies that you are using program mode. In windowing environments, the GDEVICE windows are the default, and you must specify NOFS to start GDEVICE in program mode.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.