BookmarkSubscribeRSS Feed
andrewfau
Fluorite | Level 6

I have property data sets with about 600,000 observations. I have variables for owner address-city-state-zip and variables for physical address-city-zip. I created a variable to indicate whether the owner address variable matches the physical address, but the lack of standardization in the data sets disrupts the accuracy of the matching (e.g. 3rd St. doesn't match with 3rd Street, or 3rd St. doesn't match with Third St.). What is the best way to standardize addresses in SAS? Is that even doable?

1 REPLY 1
kiranv_
Rhodochrosite | Level 12

This often better done in data profiling tools like Dataflux.

 

I have worked on address standardization but mostly through the hand written code. I used to do this on basis of business rules defined by stakeholders(regularly new rules were defined, say once in couple of months), it solved most of our problems but  was not enough ( this is what I strongly believe). 

 

When I was in this project they allow me to use Dataflux, because I was told that running Dataflux on large datasets will take lot of time. I was using datasets close to 200 million records and was using explicit SQL pass through.

 

Below is paper on Dataflux, which you might find interesting

 

http://www2.sas.com/proceedings/sugi30/102-30.pdf

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 2413 views
  • 1 like
  • 2 in conversation