BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi there,
I use PROC TABULATE in SAS Enterprise Guide to group data as an intermediate step to reach the final result, due to the large number of bytes involved it appears a window telling me that the results are large and could take a long time and a large amount of system resources to add to the project and ask me to press continue in order to proceed. I would like this warning not to show and the code to be processed to the end without my participation, how do I get this?. I would also like the html page not to display as this procedure is a intermediate step I don't need to look at.
Thanks in advance.
4 REPLIES 4
TomKari
Onyx | Level 15
This is something you need to be careful about. SAS will tabulate the data like lightning, but it will take forever to render the results into html if the result set is large. Fortunately, all you need to do is Tools | Options, and on the Results General tab turn off all of the Result Formats tick boxes. I assume you're saving your results to a dataset.

For large problems, PROC TABULATE has a restriction of 2^32 result cells. If you need to exceed this, PROC MEANS has no limits that I've found; I think it's faster than TABULATE as well.
deleted_user
Not applicable
Thank you TomKari, it worked on the PROC TABULATE but it also disabled the other reports.
Is there anyway to enable and disable the Results Formats inside the code so I can turn it off for the PROC TABULATE and turn it back on for the final reports in the same process ?

Thanks in advance
ChrisHemedinger
Community Manager
You can select Results options on a per-task basis.

With the task added to your project, right-click on the task icon in the process flow and select Properties. In the Properties window, select the Results tab, check that you want to override the default settings, and specify the type and style of results that you want.

Chris
Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
deleted_user
Not applicable
Thanks Chris, I will try it that way.

Asier

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 4 replies
  • 1298 views
  • 1 like
  • 3 in conversation