Chapter Contents

Previous

Next
The GDEVICE Procedure

PROC GDEVICE Statement


Starts the procedure and determines whether it runs in windowing mode or program mode. Optionally identifies a device catalog and determines how that catalog is opened.

PROC GDEVICE <CATALOG=<libref.>SAS-catalog>
<BROWSE>
<NOFS>;


Options

Options used in the PROC GDEVICE statement affect the way you use the procedure.

BROWSE
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.

CATALOG=<libref.>SAS-catalog
CAT=<libref.>SAS-catalog
C=<libref.>SAS-catalog
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. (See About the Current Catalog.)

To edit the device entries in a catalog, you must use the CATALOG= option.

NOFS
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.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.