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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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