<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Proc Geocode Score value in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/338813#M63129</link>
    <description>&lt;P&gt;I'm using proc geocode to geocode many addresses.&amp;nbsp; I have one example where the address says it's a street and zip match, but the M_ADDR value is nothing like the address passed in.&amp;nbsp; I get a score of 15 for that geocode.&amp;nbsp; In this case I can't use this data because the X Y values point to the matched address not the original address passed in.&amp;nbsp; What score or what way can I avoid using the incorrect matched address values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my geocode:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc geocode
method = street
addressvar = r_addr
addresscityvar = r_city
addressstatevar = r_state
addresszipvar = r_zip
data = addr_raw
out = addr_geocoded
attribute_var = (COUNTYFP, TRACT, BLKGRP, BLOCK)
lookupstreet = geodata.USM
;
run ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 07 Mar 2017 14:35:30 GMT</pubDate>
    <dc:creator>jerry898969</dc:creator>
    <dc:date>2017-03-07T14:35:30Z</dc:date>
    <item>
      <title>Proc Geocode Score value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/338813#M63129</link>
      <description>&lt;P&gt;I'm using proc geocode to geocode many addresses.&amp;nbsp; I have one example where the address says it's a street and zip match, but the M_ADDR value is nothing like the address passed in.&amp;nbsp; I get a score of 15 for that geocode.&amp;nbsp; In this case I can't use this data because the X Y values point to the matched address not the original address passed in.&amp;nbsp; What score or what way can I avoid using the incorrect matched address values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my geocode:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc geocode
method = street
addressvar = r_addr
addresscityvar = r_city
addressstatevar = r_state
addresszipvar = r_zip
data = addr_raw
out = addr_geocoded
attribute_var = (COUNTYFP, TRACT, BLKGRP, BLOCK)
lookupstreet = geodata.USM
;
run ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Mar 2017 14:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/338813#M63129</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-07T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode Score value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/338844#M63130</link>
      <description>&lt;P&gt;All I can suggest is to examine your data and that result very carefully (Google Map or similar may be helpful). I do know that when I went to close on the purchase of my house that we had different records for the property with three different addresses depending on the source. If it is a corner lot you may be getting the address from an intersecting street.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/338844#M63130</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-07T15:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Geocode Score value</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/339396#M63152</link>
      <description>&lt;P&gt;ballardw,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&amp;nbsp;&amp;nbsp; Is there a way with proc geocode to make the match exact or just slightly different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This process will need to run for over 80K obserevations and I have to make sure the latitude and longitude point to the original address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 20:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Geocode-Score-value/m-p/339396#M63152</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2017-03-08T20:02:26Z</dc:date>
    </item>
  </channel>
</rss>

