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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

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