![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS Companion for the CMS Environment |
The engine automatically determines which type of SPSS file it is reading.
| Assigning a Libref to an SPSS File |
| LIBNAME libref SPSS physical-name; |
This form of the LIBNAME statement takes the following arguments:
The LIBNAME statement has no options for the SPSS engine.
You do not need to use a LIBNAME statement before running PROC CONVERT on an SPSS file.
| Referencing SPSS Files |
| Example of Accessing SPSS Files |
libname xxx spss 'temp spssdata'; proc contents data=xxx._first_; proc print data=xxx._first_;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.