BookmarkSubscribeRSS Feed
Palashsahare
Calcite | Level 5

 

While running a SAS program in SAS  studio(chrome web browser/firefox) Unable to see logs. but the output is generating.

 

But after the clear a cashes of the browser, it will give log one time but after second time. again the same problem.

 

Please help to Solve this issue.

4 REPLIES 4
CaseySmith
SAS Employee

Sorry, I don't have any immediate ideas.  I recommend contacting SAS Tech Support for this issue.  They should be able to help get more information to track down the problem.

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

ballardw
Super User

Long shot but does your program contain any of the following?

 

Proc Printto code?

dm 'log; clear';

 

 

or similar?

Palashsahare
Calcite | Level 5
@ballardw Thankyou for your response.

And we are not using any code similar to this.
Tom
Super User Tom
Super User

does it always do that? Even if you just run a trivial program like:

data x;
  x=1;
run;

If not then try seeing if you can trim your program down until it stops doing the strange behaviour.  Or build it up until it does.  That should help you see what is causing the issue.

To help with debugging see what happens when you use the menu option to restart the SAS session.  Does it clear the issue until the next time you submit the problem code?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 4 replies
  • 967 views
  • 0 likes
  • 4 in conversation