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
It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
deleted_user
Not applicable
Thanks Chris, I will try it that way.

Asier

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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