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
accintron
Obsidian | Level 7

Thank you! I knew it seemed like something I've done before I just couldnt think of what the heck it was. Much appreciated!

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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