BookmarkSubscribeRSS Feed
MaxRoy
Calcite | Level 5

 

Hi,

 

I would like to add new rows (observations) at the end of my dataset that would be the sum of other rows.

Please note that I'm using aggregate data (not record-level).

 

Here's what my data looks like:

 

REGION           YEAR           SEX             TOTAL

     1                   2017              M                 10

     2                   2017              M                 5

     3                   2017              M                 3

     1                   2017              F                  11

     2                   2017              F                  4

     3                   2017              F                  7

     1                   2018              M                 10

     2                   2018              M                 8

     3                   2018              M                 6

     1                   2018              F                  9

     2                   2018              F                  7

     3                   2018              F                  11

 

What I want is a row at the end combining all the regions together (by sex and year) with the TOTAL sum.

Something like this:

 

REGION           YEAR           SEX             TOTAL

   ALL                  2017              M                18

   ALL                  2017              F                 22

   ALL                  2018              M                24

   ALL                  2018              F                 27

 

 

Thank you!

1 REPLY 1

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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