GDEVICE Procedure

Requirement: 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.

Syntax

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);
RENAME device-entry NEWNAME=entry-name;
QUIT | END | STOP;