BookmarkSubscribeRSS Feed
need_sas_help
Calcite | Level 5

I have the following datatset with the following character variables  (subject) and numeric variables
(lob1  lob2   lob3)

subject         lob1  lob2   lob3
-------            ----  -----  ----
10001            0     1      4
10001            1     0      0
10002            5     6      8
10002            0     1      7

I need to collapse the recored by subuject so the variables (lob1  lob2   lob3) have SUm by subject the result dataset should be as below:
subject             lob1  lob2   lob3
-------                ----  ----   ----
10001                 1    1      4
10002                 5    7      15

1 REPLY 1
Reeza
Super User

Proc means/Proc Summary/Proc SQL.

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
  • 857 views
  • 0 likes
  • 2 in conversation