I need to execute some anova analysis ( a lot of cases) but the results has to much pages. There is an option to not publish the graphics by default?
Most procedures that produce graphs have a PLOTS=NONE option that you can use to suppress graphs. This is the preferred method to disable ODS Graphics for just one step. The alternative is to disable ODS Graphics for all steps:
ods graphics off;
Enable it again later. This is the preferred method for disabling ODS Graphics for a series of steps.
Most procedures that produce graphs have a PLOTS=NONE option that you can use to suppress graphs. This is the preferred method to disable ODS Graphics for just one step. The alternative is to disable ODS Graphics for all steps:
ods graphics off;
Enable it again later. This is the preferred method for disabling ODS Graphics for a series of steps.
Thanks a lot, your help works fine.
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!
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.
Ready to level-up your skills? Choose your own adventure.