DEVICE= System Option: z/OS

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: GRAPHICS
PROC OPTIONS GROUP= GRAPHICS
Default: none
z/OS specifics: device-driver-name
See: DEVICE= System Option in SAS System Options: Reference

Syntax

DEVICE=device-driver-name

Required Argument

device-driver-name
specifies the name of a terminal device driver.

Details

To see a list of device drivers that are available, use the GDEVICE procedure. If you are in the windowing environment, submit the following statements:
proc gdevice catalog=sashelp.devices;
run;
If you are running in interactive line mode, noninteractive mode, or batch mode, submit the following statements:
proc gdevice catalog=sashelp.devices nofs;
list _all_;
run;

See Also

SAS/GRAPH: Reference