BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
okaka23
Calcite | Level 5

I have a question regarding copy rows multiple times in SET statement.

 

say, in Dataset 1, I hope each ID count adds up to 5 and copy ID in the next row

 

Dataset1:

ID          Count

123         2

456         1

 

Dataset 2 (result):

ID        Count

123      2

123      3

123      4

123      5

456      1

456      2

456      3

456      4

456      5

1 ACCEPTED SOLUTION
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
  • 3656 views
  • 1 like
  • 2 in conversation