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

Hi, 

 

I am trying to convert the 'have' dataset into the following 'want' dataset. Any help will be appreciated. Thanks!

 

HAVE        
idaddress1streetnumaddress1streetnameaddress1cityaddress1zipaddress2streetnumaddress2streetnameaddress2cityaddress2zip
101215Market Street San Francisco9401616Main StreetNew York 10001
102957Market Street San Francisco9401612Main StreetNew York 10001
         
         
WANT        
idaddressstreetnumaddressstreetnameaddresscityaddresszipaddress_num   
101215Market Street San Francisco940161   
10116Main StreetNew York 100012   
102957Market Street San Francisco940161   
10212Main StreetNew York 100012   
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User
Are all your field types character?

You're essentially trying to do Example 3 here but with more variables.
https://stats.idre.ucla.edu/sas/modules/reshaping-data-wide-to-long-using-a-data-step/

View solution in original post

1 REPLY 1
Reeza
Super User
Are all your field types character?

You're essentially trying to do Example 3 here but with more variables.
https://stats.idre.ucla.edu/sas/modules/reshaping-data-wide-to-long-using-a-data-step/

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