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
Rhodochrosite | Level 12

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
Rhodochrosite | Level 12

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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

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
  • 749 views
  • 0 likes
  • 2 in conversation