BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Marc_ttt
Fluorite | Level 6

 Hello,

Sometimes when executing code, it keep loading and never finish. Here is an exemple 

Note there is even not the executing code wrote in the log.

Someone has ever seen this ?

 

Version :

3.5,

same problem on chrome and firefox,

and not only on my PC.

 sas.PNG

1 ACCEPTED SOLUTION

Accepted Solutions
Marc_ttt
Fluorite | Level 6

I think the problem is resolved, it was a proxy parameter who limits number of conection at same time.

Thanks all.

View solution in original post

6 REPLIES 6
Reeza
Super User

I find this happens when there's an error in the code. It seems to hang rather than error out. And yes it's annoying 😞

 

I would cancel the process, assume somethings wrong with the code and try again. 

Marc_ttt
Fluorite | Level 6
I have tried with a simple code (without error) :
data test;
var=1;
run;

there is also the problem.
I can cancel but if I try again to execute it's the same thing for exemple 10 times and the 11st it execute.
Sometimes it's ok directly, sometimes it does not execute.

I have tried with SAS Studio on a server with a lot of people (who have the same problem) : there is the problem
So I have tried with SAS Studio on a server with only me : there is still the problem
With SAS Guide on the sames servers : it works very well.

Reeza
Super User

Sounds like you should talk to SAS tech support then, they can work with you to help get a stable environment set up.

ballardw
Super User

@Marc_ttt wrote:
I have tried with a simple code (without error) :
data test;
var=1;
run;

there is also the problem.
I can cancel but if I try again to execute it's the same thing for exemple 10 times and the 11st it execute.
Sometimes it's ok directly, sometimes it does not execute.

I have tried with SAS Studio on a server with a lot of people (who have the same problem) : there is the problem
So I have tried with SAS Studio on a server with only me : there is still the problem
With SAS Guide on the sames servers : it works very well.


WHERE is your data? Is it on the local machine, the server SAS Studio connects to or somewhere else? If there is a network link involved, a shared drive for example, you may be having issues with either network performance or someone else locking the data source when you try to read it.

Your note of differing results for different attempts points to something changing between program attempts.

Marc_ttt
Fluorite | Level 6
Hello ballardw,
Data are on the same server were studio is installed (unix) but not on the same server were studio is executed (windows).
But I don't think it's a data problem because on my exemple it just create a table without read.
Furthermore, the problem happen on all executed code, even incomplete (for exemple : < data a ; > that's all, without run).
I'm going to search on your suggestion about network performance.

Marc_ttt
Fluorite | Level 6

I think the problem is resolved, it was a proxy parameter who limits number of conection at same time.

Thanks all.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 1719 views
  • 0 likes
  • 3 in conversation