BookmarkSubscribeRSS Feed
Siddhartha
Calcite | Level 5
Hi,

I have a Dataset A with the following

ID SID CID IID INM

A1 0 1 001 X
A1 0 2 002 X
A1 0 4 004 X
A1 0 3 003 X

I have another Dataset B with the following

ID SID CID

A1 421 4
A1 422 4
A1 121 1
A1 122 1
A1 123 1
A1 321 3
A1 221 2

I want to merge the Dataset A and Dataset B by CID and get the following output and the output order should be in the order of Dataset A.Look at the following output

ID SID CID IID INM

A1 121 1 001 X
A1 122 1 001 X
A1 123 1 001 X
A1 221 2 002 X
A1 421 4 004 X
A1 422 4 004 X
A1 321 3 003 X

Can anyone help me in getting the above output using merge statement in SAS.


Regards,
Siddhartha
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
This is not an ODS or Base Reporting (PRINT, REPORT or TABULATE) question. The documentation on the MERGE statement is quite thorough and there are a lot of user-group papers on the topic of MERGING and JOINing tables together.

Or, for specific help with your data, you might consider contacting Tech Support.

cynthia

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