BookmarkSubscribeRSS Feed
richard_hu2003
Fluorite | Level 6
When attempting to minimize memory usage, the
most efficient way to do group processing when
using the MEANS procedure is to use:
A.
the BY statement.
B.
GROUPBY with the NOTSORTED specification.
C.
the CLASS statement.
D.
multiple WHERE statements.

Which is the best answer? A or C? Thanks.
2 REPLIES 2
Ksharp
Super User
I choose A. Is it right?


Ksharp
SASKiwi
PROC Star
Agreed. For large numbers of levels MEANS/SUMMARY using BY also runs a lot faster than using CLASS, at the expense of having to sort first.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 2691 views
  • 0 likes
  • 3 in conversation