<?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 Re: GEOCODE without ZIP in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179735#M45853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For one thing, make sure the entire address is in one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the precision you need you might be able to use the ADDRESSCITYVAR option in proc geocode if city level will work for your project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 21:25:54 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-04-14T21:25:54Z</dc:date>
    <item>
      <title>GEOCODE without ZIP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179733#M45851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to geocode a list of addresses which I do NOT have the zipcodes for.&amp;nbsp; Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect I will need to first populate a zipcode. All addresses are in the US. I could go to the US Postal Site (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://tools.usps.com/go/ZipLookupAction!input.action"&gt;https://tools.usps.com/go/ZipLookupAction!input.action&lt;/A&gt;&lt;SPAN&gt;) and enter them one by one but I suspect there is a more elegant way to utilize this service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, how would I geocode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100 SAS Campus Drive&lt;/P&gt;&lt;P&gt;Cary, NC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179733#M45851</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2014-04-14T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: GEOCODE without ZIP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179734#M45852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KAZ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of commercial products that will address this for you.&amp;nbsp; For instance, if you feed your addresses through the product at&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://zipcodedownload.com/Solutions/Zip-Code-Software" title="http://zipcodedownload.com/Solutions/Zip-Code-Software"&gt;http://zipcodedownload.com/Solutions/Zip-Code-Software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if will provide you the zip code and the longitude and latitude of its centroid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your organization does any mass mailings, they likely have a product already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179734#M45852</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2014-04-14T20:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: GEOCODE without ZIP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179735#M45853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For one thing, make sure the entire address is in one record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the precision you need you might be able to use the ADDRESSCITYVAR option in proc geocode if city level will work for your project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179735#M45853</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-14T21:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: GEOCODE without ZIP</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179736#M45854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.&amp;nbsp; Little did I know PROC GEOCODE handles this situation already.&amp;nbsp; All I needed is METHOD=STREET and NOZIP options.&amp;nbsp; PROC GEOCODE does not require the zip code for street level geocoding as long as the city and state are provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 18:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GEOCODE-without-ZIP/m-p/179736#M45854</guid>
      <dc:creator>KAZ</dc:creator>
      <dc:date>2014-04-15T18:48:52Z</dc:date>
    </item>
  </channel>
</rss>

