I have sas data set in my desktop I'm unable to call it to my work library? Can someone help on this issue.
I'm using libname "C:\Users\raju\Downloads";
For starters you are missing a LIBREF in your LIBNAME statement:
libname raju "C:\Users\raju\Downloads"
If you are using University Edition, a Windows path will not work. Use the shared folder instead.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.