Chapter Contents

Previous

Next
DEVICE=

DEVICE=



Specifies a terminal device driver for SAS/GRAPH software

Default: none
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
CMS specifics: device list


Syntax
Details
See Also

Syntax

DEVICE=device-driver-name


Details

To see the list of available device drivers, you can use the GDEVICE procedure. If you are using a windowing environment, submit the following statements:

proc gdevice c=sashelp.devices;
run;

This displays a list of device drivers that you can scroll through.

If you are running SAS in interactive line mode or noninteractive mode, use the following statements to write the device list to the Output Window:

proc gdevice c=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.