libname r '/folders/myfolders';
proc import datafile='folders/myfolders/Loans.csv'
dbms=csv
out=r.per
replace;
run;
proc print data=r.per;
run;
log
Try change one line:
proc import datafile='folders/myshortcuts/myfolders/Loans.csv'
Also check the case of name Loans.csv is not the same as loans.csv or Loans.CSV
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.