Suppose the following:
Apples 30
Peaches 15
Apples 27
Peaches 12
Apples 19
We want to get the subtotals for the items above.
How best to do that?
Thanks!
(p.s. -- in the meantime I'll be trying to find the solution. my hunch is to use Proc Freq. but not sure....)
proc summary is probably the best way to sum by group.
proc summary is probably the best way to sum by group.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.