Chapter Contents |
Previous |
Next |
DEVICE |
Default: | none |
Valid in: | SAS invocation, SASV8_OPTIONS environment variable, configuration file, OPTIONS statement, System Options window, GOPTIONS statement |
UNIX specifics: | valid device drivers |
Syntax | |
Details | |
See Also |
Syntax |
-DEVICE device-driver-name |
DEVICE=device-driver-name |
Details |
To see the list of device drivers available under UNIX, you can use the GDEVICE procedure. If you are using the SAS windowing environment, submit the following statements to display a list you can scroll through:
proc gdevice; run;
If you are running in interactive line mode or batch mode, use the following statements to send the device list to the SAS log:
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.