SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Setting Up Your SAS Session
Referencing Files in SAS Libraries


Question: 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';


  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement