![]() Chapter Contents |
![]() Previous |
![]() Next |
| DEVICE= |
| Default: | none |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, OPTIONS window |
| Syntax | |
| Details | |
| See Also |
Syntax |
| DEVICE=device-driver-name |
| Details |
proc gdevice c=sashelp.devices; run;
This displays a list of device drivers that you can scroll through.
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.