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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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