BookmarkSubscribeRSS Feed
jp
Fluorite | Level 6 jp
Fluorite | Level 6

I'm using SAS EG 5.1 64bit.

 

Yesterday I was running proc genmod and looking at the ODS output of parameter estimates, today I unlock my computer and run some new models but all the ODS output is supressed. Options are all the same, I can't force the output at all, even using something like proc contents.

 

If I close the project and reopen, it works fine, but I don't want to be doing this all the time, anyone know of any solutions ?

3 REPLIES 3
Reeza
Super User

Check your code for a

proc that needs a QUIT or an ODS SELECT/EXCLUDE/CLOSE statement. 

 

It doesn't turn it off magically, so something is turning it off. 

jp
Fluorite | Level 6 jp
Fluorite | Level 6

I didn't have a quit at the end of genmod yesterday and it was giving me output.

 

I've added a quite statement but no luck.

 

Is there a way to "reinitialise" ODS output or something?

 

 

Reeza
Super User

ODS html;

 

That will open an HTML destination. 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 3 replies
  • 1401 views
  • 0 likes
  • 2 in conversation