<?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: Understanding US County Maps, http://support.sas.com/kb/61/209.html in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Understanding-US-County-Maps-http-support-sas-com-kb-61-209-html/m-p/466875#M13300</link>
    <description>&lt;P&gt;Can't help with VA part but that odd number code you mention in "Where as the sample data has county plus the odd number code." is a FIPS county identifier. The first two characters are the FIPS State code and the following 3 are the county identifier within the state.&lt;/P&gt;
&lt;P&gt;These codes are not odd, they have been around for a very long time. Long enough that SAS has several functions that use or return them: STFIPS, FIPNAME, FIPNAMEL, FIPSTATE, STATENAME and STNAMEL. Notice that the ID column also uses the same 5 character code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does your data have state and county variables? If it turns out that you need the 5 character FIPS you can use the SASHELP.ZIPCODE data set to get the county fip, numeric variable County in the data set along with the STFIPS function to create it.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 15:16:09 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-06-01T15:16:09Z</dc:date>
    <item>
      <title>Understanding US County Maps, http://support.sas.com/kb/61/209.html</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Understanding-US-County-Maps-http-support-sas-com-kb-61-209-html/m-p/466862#M13298</link>
      <description>&lt;P&gt;I’m trying to understand &lt;A href="http://support.sas.com/kb/61/209.html" target="_blank"&gt;http://support.sas.com/kb/61/209.html&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to work with the counties on the example interface.&amp;nbsp; Although the interface has an obvious bug of showing numbers next to the counties.&amp;nbsp; I’d like to display just the counties.&amp;nbsp; My data table includes student admission data with just the county name, no numbers.&amp;nbsp; Where as the sample data has county plus the odd number code.&amp;nbsp; So when I used my data with the tables from the documentation only Washington showed up.&amp;nbsp; I’m not sure why Washington showed up.&amp;nbsp; Oddly when I removed the (number) or the last eight&amp;nbsp;characters of US_counties1, I don’t notice a difference.&amp;nbsp; Maybe I need to register the updated table in some way or I’m doing the steps in Option two wrong.&amp;nbsp; My data doesn’t include an ID column.&amp;nbsp; I’m not sure what that is for in the steps so I stopped at step 4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;“Create a new report in the SAS Visual Analytics Designer or a&amp;nbsp;new visualization in SAS Visual Analytics Explorer.&lt;/LI&gt;
&lt;LI&gt;If the data has not already been loaded, import the US_COUNTIES1_VALIDATE_STATE table into the SAS® LASR™ Analytic Server.&lt;/LI&gt;
&lt;LI&gt;Specify the US_COUNTIES1_VALIDATE_STATE table as the data source for the report or visualization.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Right-click the NAME column.&amp;nbsp; Select&amp;nbsp;&lt;STRONG&gt;Geography&lt;/STRONG&gt;&amp;nbsp; ►&amp;nbsp;&lt;STRONG&gt;Subdivision (State, Province) Names&lt;/STRONG&gt;.&amp;nbsp; In the&amp;nbsp;&lt;STRONG&gt;Province Names&amp;nbsp;&lt;/STRONG&gt;pop-up window, select&amp;nbsp;&lt;STRONG&gt;United States&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Add a geo region map to the report canvas and assign NAME to the&amp;nbsp;&lt;STRONG&gt;Geography&amp;nbsp;&lt;/STRONG&gt;role.&lt;/LI&gt;
&lt;LI&gt;Change the&amp;nbsp;&lt;STRONG&gt;Color&amp;nbsp;&lt;/STRONG&gt;role to MEASURE1 or MEASURE2 in order to better view the different U.S. counties.&lt;/LI&gt;
&lt;LI&gt;Right-click the&amp;nbsp;ID column.&amp;nbsp; Select&amp;nbsp;&lt;STRONG&gt;Geography&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;►&amp;nbsp;&lt;STRONG&gt;Subdivision (State, Province) SAS Map ID Values&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Change the&amp;nbsp;&lt;STRONG&gt;Geography&amp;nbsp;&lt;/STRONG&gt;role on the geo region map to ID.&amp;nbsp;“&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Understanding-US-County-Maps-http-support-sas-com-kb-61-209-html/m-p/466862#M13298</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-06-01T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding US County Maps, http://support.sas.com/kb/61/209.html</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Understanding-US-County-Maps-http-support-sas-com-kb-61-209-html/m-p/466875#M13300</link>
      <description>&lt;P&gt;Can't help with VA part but that odd number code you mention in "Where as the sample data has county plus the odd number code." is a FIPS county identifier. The first two characters are the FIPS State code and the following 3 are the county identifier within the state.&lt;/P&gt;
&lt;P&gt;These codes are not odd, they have been around for a very long time. Long enough that SAS has several functions that use or return them: STFIPS, FIPNAME, FIPNAMEL, FIPSTATE, STATENAME and STNAMEL. Notice that the ID column also uses the same 5 character code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does your data have state and county variables? If it turns out that you need the 5 character FIPS you can use the SASHELP.ZIPCODE data set to get the county fip, numeric variable County in the data set along with the STFIPS function to create it.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Understanding-US-County-Maps-http-support-sas-com-kb-61-209-html/m-p/466875#M13300</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-01T15:16:09Z</dc:date>
    </item>
  </channel>
</rss>

