Saturday, October 1, 2016

How to access a sas dataset that is available in a folder on local computer?

Say, you have a data-set (abc.sas7bdat) on your local in a folder C:\myfolder.


  • Start SAS on your local.
  • Create a library -- LIBNAME MYLIB "C:\myfolder";
  • The MYLIB library is now available for you, and you can access the dataset from there.

No comments:

Post a Comment