I can't seem to figure out why my program isn't working? I am new to this and was following a lecture but I don't know what I did wrong.
So far, I had uploaded the sas7bdat file to my content folder and I think that may be where I messed up.
The program I have is:
libname CLEAN_D "/home/u63338364/My_Content";
options nocenter;
proc sort data=clean_d.FINC651FundData
out=ret;
by name;
run;
I then get the error. Again, I am pretty new to this so any assistance would be greatly appreciated.
Here is a screen shot:
It looks like your LIBNAME statement is missing a folder. The files that you show pictures of are in the FINC651 folder inside MyContent.
Also, are you sure that your version of studio isn't going to have issues with mixed case names?
The picture you showed there is a file named finc651funddatat.sas7bdat in a folder named FINC651.
But your libref CLEAN_D is pointing to a folder named My_Content.
From the error message there is no file named finc651funddata.sas7bat in the My_Content folder.
We cannot tell from your picture whether or not you copied the dataset into that directory also since it might be below the folder FINC651 and so scrolled off the bottom of the screen.
Such a simple error I made not having the correct folder!
Thank you to all who replied!
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
For SAS newbies, this video is a great way to get started. James Harroun walks through the process using SAS Studio for SAS OnDemand for Academics, but the same steps apply to any analytics project.
Find more tutorials on the SAS Users YouTube channel.