Chapter Contents

Previous

Next
DEVICE=

DEVICE=



Specifies a terminal device driver for SAS/GRAPH software

Language element: system option
Default: none
Valid in: configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: valid values for device-driver-name


Syntax
Details
See Also

Syntax

DEVICE=device-driver-name

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


Details

To see a list of device drivers that are available under OpenVMS, use the GDEVICE procedure. If you run SAS in windowing mode, then issue the following statements to display a list that you can scroll through:

proc gdevice catalog=sashelp.devices;
run;

If you run SAS in interactive line mode, noninteractive mode, or batch mode, then issue the following statements to write the device list to the SAS procedure output file:

proc gdevice catalog=sashelp.devices nofs;
   list _all_;
run;

See Also


Chapter Contents

Previous

Next

Top of Page

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