Valid in: | anywhere in a SAS program |
Windows specifics: | Valid values for engine; specifications for SAS-data-library |
See: | LIBNAME Statement in SAS Statements: Reference |
This version is a simplified version of the LIBNAME statement syntax. For the complete syntax and its explanation, see the LIBNAME statement in LIBNAME Statement in SAS Statements: Reference
V9 | accesses SAS System 9, SAS 9.1, SAS 9.2 and SAS 9.3 data sets. You can use the nickname BASE for this engine. |
V8 | accesses Version 8, Release 8.1, and Release 8.2 data sets. |
V7 | accesses Version 7 data sets. |
V6 | accesses Release 6.08 through Release 6.12 data sets. The V604 engine enables you to read from Release 6.03 and Release 6.04 SAS data sets directly from your 32–bit Windows SAS 9.2 session. Release 6.03 and Release 6.04 SAS data sets are not compatible with the x64 64–bit environment and the Itanium 64–bit environment. |
V604 | accesses Release 6.03 and Release 6.04 data sets. |
XML | generates an XML document from a SAS data set. |
XPORT | accesses transport format files. |
BMDP | accesses BMDP data files in a 32–bit operating environment. |
OSIRIS | accesses OSIRIS data files. |
SPSS | accesses SPSS export files. |
To prevent the possibility of a failed
libname sashelp list;
5 libname sashelp list; 1 libname sashelp list; NOTE: Libref= SASHELP Scope= Kernel Levels= 27 -Level 1- Engine= V9 Physical Name= C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASCFG File Name= C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASCFG -Level 2- Engine= V9 Physical Name= C:\Program Files\SAS\SASFoundation\9.2\core\sashelp File Name= C:\Program Files\SAS\SASFoundation\9.2\core\sashelp . . . -Level 27- Engine= V9 Physical Name= C:\Program Files\SAS\SASFoundation\9.2\webhound\sashelp File Name= C:\Program Files\SAS\SASFoundation\9.2\webhound\sashelp 2 run;