The Status Page shows no issues:
https://status.oda.sas.com/?context=us-west-2a
If you're using the online version of SAS Studio, Academics on Demand, then you can try emailing support@sas.com or elearning@sas.com. Support is usually only available on weekdays so I'm not sure you'll get a response in time.
SAS Studio will hang if there's something wrong in the code so it's possible there's something in your code causing the issue but it's also not very likely since you've stated you've tried different code
Have you tried the downloaded version, SAS UE? It doesn't run on the cloud or require internet connectivity.
SAS UE on AWS is another option but you can incur costs (usually $15/month) there.
I also tried logging into SAS Academics on Demand and had no issues running code.
If you're taking a course this may not be helpful since the course materials aren't loaded. If it's just for learning purposes it may be easier.
I am still experiencing the same issue. Here a screen shot of what console log shows is causing the error in SAS Studio that is not allowing it to complete running code for me.
You you sure you submitted a working SAS program?
Did you try submitting a less complex program?
Try:
data x;
set sashelp.class;
run;
If that works try running something that produces output.
data means data=sashelp.class;
run;
Show a simple run like Tom's code please.
There's no issues on my side and taking a look at your code, I suspect it's an issue with your code and SAS Studio. How big is the datset you're trying to process there, how many lines are you trying to read into a dataset?
Here is a screen shot of SAS Studio freezing during the run function when attempting to process the following code:
data x;
set sashelp.class;
run;
Hi
I have exactly the same problems as described above. I also tried the same things and did not find any solution. I am having a hard time.
Will you please provide any suggestions? thanks in advance
It happens no matter the code is. I am using even the simplest code ( assigning a library) written by the teacher. I have been studying since october and never happened before. It all started on Tuesday. It gets stuck on running and never completes. sas support cant find the solution up to now
Thanks a lot for your response. I asked the local support team to proceed as you suggested. I am enrolled in a training course and need their approval to do so. I am still waiting for their answer. It appears to them to be a weird issue.
@lamba3847
In the post above, your code isn't what would be considered valid. You shouldn't have options within a data step.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.