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
Category: Graphics: GRAPHICS
OS/390 specifics: device-driver-name


Syntax
Details
See Also

Syntax

DEVICE=device-driver-name


Details

To see a list of available device drivers, 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, use the following statements:

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.