BookmarkSubscribeRSS Feed
BCNAV
Quartz | Level 8

I have a dataset that is organized by a variable called daily_grouping. I would like a running total based on the daily_grouping.  For example, the following:

 

Daily_GroupingAmt
1040955121
1040955123
1040955124
1040955125
10409551310
10409551311
10409551315
10409551322

 

Would become:

 

Daily_GroupingAmtRun_Tot
10409551211
10409551234
10409551248
104095512513
1040955131010
1040955131121
1040955131536
1040955132258

 

thanks in advance!

2 REPLIES 2
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
  • 2 replies
  • 770 views
  • 0 likes
  • 3 in conversation