Specifies a device driver for graphics output for SAS/GRAPH software.
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
| Category: | Graphics: Driver Settings |
| PROC OPTIONS GROUP= | GRAPHICS |
| Alias: | -DEV |
| Default: | none |
| Windows specifics: | Valid values for device-driver-name; default value |
| See: | DEVICE= System Option in SAS/GRAPH: Reference |
specifies the name of a device driver for graphics output.
proc gdevice catalog=sashelp.devices; run; quit;
proc gdevice catalog=sashelp.devices nofs;
list _all_;
run;
quit;