<?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: Help getting a list of cities and zip codes in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597107#M16089</link>
    <description>&lt;P&gt;Tableau includes the US census data available for free in it's edition. You could use that data if you're just trying to show population directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have a custom list of individuals, how would having the zip code help here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185893"&gt;@SASDatesKillMe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a list of individuals and their cities. I'd like to create a heat map showing the density of individuals in the USA using Tableau. Except Tableau can't include places on the map for which I have missing data. For example, if there aren't any individuals in Chicago, IL it'd show that area as missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My request is for help in generating in SAS a list of all the cities in the USA. I'd be grateful if I could also have the zip code at the center of each city (in case we do the heat map using zip codes instead of cities). Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 21:32:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-16T21:32:17Z</dc:date>
    <item>
      <title>Help getting a list of cities and zip codes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597089#M16082</link>
      <description>&lt;P&gt;I have a list of individuals and their cities. I'd like to create a heat map showing the density of individuals in the USA using Tableau. Except Tableau can't include places on the map for which I have missing data. For example, if there aren't any individuals in Chicago, IL it'd show that area as missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My request is for help in generating in SAS a list of all the cities in the USA. I'd be grateful if I could also have the zip code at the center of each city (in case we do the heat map using zip codes instead of cities). Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597089#M16082</guid>
      <dc:creator>SASDatesKillMe</dc:creator>
      <dc:date>2019-10-16T20:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting a list of cities and zip codes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597096#M16085</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/documentation/tools/sashelpug.pdf" target="_blank"&gt;https://support.sas.com/documentation/tools/sashelpug.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might find the sashelp data set on zip codes to be helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597096#M16085</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2019-10-16T20:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting a list of cities and zip codes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597098#M16086</link>
      <description>&lt;P&gt;You may have a data set name SASHELP.ZIPCODE in your install.&lt;/P&gt;
&lt;P&gt;Unfortunately I don't think there is any way to determine which Zip code may be at the "center" of a city.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Zip code boundary files are pretty flaky for most of western states in areas with low population density so I suspect you won't actually use a by Zip code head map. A more likely approach would be by COUNTY, which you can get from Zip code values.&lt;/P&gt;
&lt;P&gt;Some Zip codes do represent single buildings or in the case of sufficient mail traffic may only represent part of a building.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not you can navigate to &lt;A href="http://support.sas.com/rnd/datavisualization/mapsonline/html/misc.html" target="_blank"&gt;http://support.sas.com/rnd/datavisualization/mapsonline/html/misc.html&lt;/A&gt; and download the latest version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597098#M16086</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-10-16T20:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting a list of cities and zip codes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597107#M16089</link>
      <description>&lt;P&gt;Tableau includes the US census data available for free in it's edition. You could use that data if you're just trying to show population directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have a custom list of individuals, how would having the zip code help here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185893"&gt;@SASDatesKillMe&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have a list of individuals and their cities. I'd like to create a heat map showing the density of individuals in the USA using Tableau. Except Tableau can't include places on the map for which I have missing data. For example, if there aren't any individuals in Chicago, IL it'd show that area as missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My request is for help in generating in SAS a list of all the cities in the USA. I'd be grateful if I could also have the zip code at the center of each city (in case we do the heat map using zip codes instead of cities). Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-getting-a-list-of-cities-and-zip-codes/m-p/597107#M16089</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-16T21:32:17Z</dc:date>
    </item>
  </channel>
</rss>

