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

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