I was trying to bootstrap GLM and GENMOD output using the JACBOOT.SAS macro, specifically in University Edition. I hit several several snags!
So I am currently stumped. Any thoughts out there? Am I missing something 🙂
I agree with you, NOPRINT and OUTEST should be the standard options for any generalized model, however they are not available for the most important procedures like glm and genmod.
Using ods output for storing the result may be good enough for one replication but using it in a by process is not efficient.
In your case,
ods select none;
ods output .............
?
Perhaps these articles will help:
1. "Turn off ODS when running simulations in SAS"
2. "What is the best way to suppress ODS output in SAS?"
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.