System Options under OpenVMS |
Specifies a device driver for graphics output for
SAS/GRAPH software.
Default: |
none
|
Valid in: |
configuration file, SAS invocation, OPTIONS
statement, SAS System Options window, VMS_SAS_OPTIONS DCL
symbol
|
Category: |
Graphics: Driver settings
|
PROC OPTIONS GROUP= |
GRAPHICS
|
OpenVMS specifics: |
valid values for device-driver-name
|
See: |
DEVICE= System Option in
SAS Language Reference: Dictionary
|
DEVICE=device-driver-name
|
-
device-driver-name
-
specifies the name of a device driver for
graphics output.
To see a list of device drivers that are
available under OpenVMS, use the GDEVICE
procedure. If you are using the SAS windowing environment, submit the following
statements:
proc gdevice catalog=sashelp.devices;
run;
If you are running SAS in interactive line mode, noninteractive
mode, or batch mode, submit the following statements:
proc gdevice catalog=sashelp.devices nofs;
list _all_;
run;
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.