BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
SP01
Obsidian | Level 7

Hello All,

 

Trying to figure how to achieve the following. Appreciate your help on this.

 

I have two datasets A and B to join:

Dataset A has ID                          Dataset B has ID

ID                                                 ID

1                                                   1

1                                                   1

1                                                   1

1                                                   1

                                                     1

                                                     1

What I am trying to do is that I need them to merge and give me 4 rows of ID = 1 and also bring those extra 2 rows of ID = 1 into the final dataset.

 

 

What I want is the following:

Data want;

ID

1

1

1

1

1

1

 

Thank you for your help.

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
  • 597 views
  • 0 likes
  • 2 in conversation