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 ?
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.
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?
ODS html;
That will open an HTML destination.
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!
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.
Ready to level-up your skills? Choose your own adventure.