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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.