- 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.
The blog entries I am making here are for my quick reference sake only. Anybody is free to view the content but use it at your own risk. As I mentioned earlier it is for my own reference. ThanQ! Thanks to "The Little SAS Book" by Lora D.Delwiche and Susan J.Slaughter. This book is a life saver for SAS programmers.
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment