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?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1167 views
  • 0 likes
  • 4 in conversation