I uploaded a .sas7badat file on SAS OnDemand
Then I try to click on the file CompAssign2.sas7bdat, it shows "File _TEMP8.COMPASSIGN2.DATA does not exist."
Then I go ahead and create a LIBNAME:
And it was successful?
Then I went to the library and check. I does has a library names "HW2". But when I click on the "COMPASSIGN2" it shows error "File HW2.COMPASSIGN2.DATA does not exist.":
I then try to run proc.contents, and it shows error"ERROR: File HW2.COMPASSIGN2.DATA does not exist."
So now I cannot move forward to run anything without able to load the dataset. PLEASE HELP
You don't say anything about the environment you are working in but if this is SAS on Demand I believe that is Unix/Linux based so all name like folders and files are case sensitive. Since you are showing mixed case in many places that gets much harder to keep track of how the system actually wants them. Try making all the folders and file names lower case.
Yes, SAS OnDemand
A .sas7bdat file MUST be named all lowercase, especially on UNIX systems.
Rename your file to
compassign2.sas7bdat
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.