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
Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
deleted_user
Not applicable
Thanks Chris, I will try it that way.

Asier

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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