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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 3671 views
  • 1 like
  • 2 in conversation