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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 642 views
  • 0 likes
  • 2 in conversation