BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Edda
Calcite | Level 5

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?

1 ACCEPTED SOLUTION

Accepted Solutions
WarrenKuhfeld
Ammonite | Level 13

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.

View solution in original post

3 REPLIES 3
Edda
Calcite | Level 5
Sorry, I have the answer
WarrenKuhfeld
Ammonite | Level 13

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.

Edda
Calcite | Level 5

Thanks a lot, your help works fine.

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

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1418 views
  • 0 likes
  • 2 in conversation