BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have a list of ID's along with 1 or more values associated to it. What I want to do is calculate all possible sums for the values that belong to each ID. For example

ID Value
A 1
A 2
B 2
B 8
B 10

would become
ID Value
A 1
A 2
A 3
B 2
B 8
B 10
B 10
B 12
B 18
B 20

It's the same idea as listing all possible n-way interactions given n # of treatments. However, I'm looking to calculate all n-way sums.

Is there a procedure that can do this for me, or will I have to create my own stored procedure?

Thanks in advance!
1 REPLY 1
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Have you looked at PROC SUMMARY with and without NWAYS and MISSING parameters?

Scott Barry
SBBWorks, Inc.

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
  • 1 reply
  • 796 views
  • 0 likes
  • 2 in conversation