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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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