Previous Page | Next Page

The GDEVICE Procedure

Procedure Syntax


Requirements: Statements other than the PROC GDEVICE statement can be used only in a non-windowing or batch environment. In these environments, at least one statement is required to give GDEVICE an action to perform. In a windowing environment, the PROC GDEVICE statement is required. In program mode, at least one statement is required.
Note: You must have write access to the device catalog in order to modify, add, or delete entries.

PROC GDEVICE <CATALOG=<libref.>SAS-catalog>
<BROWSE>
<NOFS>;
ADD new-device-entry
required-parameters
<optional-parameters>;
COPY device-entry
<FROM=<libref.>SAS-catalog>
<NEWNAME=new-device-entry>;
DELETE device-entry;
FS;
LIST device-entry | _ALL_ | _NEXT_ | _PREV_ | DUMP>;
MODIFY device-entry
parameter(s)
QUIT | END | STOP;
RENAME device-entry NEWNAME=entry-name;

Previous Page | Next Page | Top of Page