Chapter Contents

Previous

Next
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, only the PROC GDEVICE statement is required. In program mode, at least one additional statement is required, and you can submit as many of each statement as you want.
Note: You must have write access to the device catalog in order to modify, add, or delete entries.
Supports: Output Delivery System (ODS LISTING).

PROC GDEVICE <CATALOG=<libref.>SAS-catalog>
<BROWSE>
<NOFS>;
ADDnew-device-entry
required-parameters
<optional-parameters>;
COPYdevice-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=new-entry-name;


Chapter Contents

Previous

Next

Top of Page

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