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

So I'm aware that left joining (if there's multiple matches from the right table) will result in more rows. What I need help with is how to split that column into multiple variables.

 

So if my data looks like the following:

 

adm_id   cb_othr

1             a

1             b 

2             a

3             a 

3             c

 

I want it instead to look like this:

 

adm_id   cb_othr_1 cb_othr_2

1             a                b

2             a                

3             a                c

 

I'm sure it's simple, but I haven't used SAS for a while and not sure where to start. Thanks in advance!

 

1 ACCEPTED SOLUTION
2 REPLIES 2

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 891 views
  • 0 likes
  • 2 in conversation