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

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!

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
  • 319 views
  • 0 likes
  • 3 in conversation