Setting Up Your SAS Session
Referencing Files in SAS Libraries
Which of the following statements correctly assigns the libref
Testdata
to the SPSS file
Labfiles.dat
stored in the directory
C:\Myspss\Data
in the Windows operating environment?
libref spss testdata 'c:\myspss\data\labfiles.dat';
libname testdata spss 'c:\myspss\data\labfiles.dat';
libname testdata spss 'c:\myspss\data';
Copyright
© 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.
Terms of Use & Legal Information
|
Privacy Statement