<?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: MAP data at the CBSA level ?? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212017#M15876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you guys create maps before with SAS? Can somebody help me with how to create a Statecode map of USA.? I converted the excel data set to a SAS data set and linked with the data set but after that I get Stock. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 15:15:22 GMT</pubDate>
    <dc:creator>HENRYROLON</dc:creator>
    <dc:date>2015-06-19T15:15:22Z</dc:date>
    <item>
      <title>MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212013#M15872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to map my data at the CBSA level.&amp;nbsp; I was going to use the sashelp.zipcode dataset.&amp;nbsp; But it doesn't include CBSA data.&amp;nbsp; Is there another SAS dataset that include CBSA?&amp;nbsp; Is there a way to get around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any input you have!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 19:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212013#M15872</guid>
      <dc:creator>KevinC_</dc:creator>
      <dc:date>2015-03-27T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212014#M15873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for the same thing if anyone knows how to get it.&amp;nbsp; I need CBSA and a way to join it to my proc geocode data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212014#M15873</guid>
      <dc:creator>jerry898969</dc:creator>
      <dc:date>2015-05-26T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212015#M15874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going to be a bit tongue in cheek but WHICH definition of CBSA are concerned with? The &lt;EM&gt;Canada Border Services Agency? &lt;EM&gt;Credit Bureau Services Association?&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM&gt;Or 3 minutes on Google would have brought you to:&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;A href="http://www.census.gov/population/metro/data/def.html" title="http://www.census.gov/population/metro/data/def.html"&gt;Metropolitan and Micropolitan - Delineation Files - People and Households - U.S. Census Bureau &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 15:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212015#M15874</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-26T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212016#M15875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Census website has the CBSA (Core Based Statistical Area) map. &lt;A class="active_link" href="https://www.census.gov/cgi-bin/geo/shapefiles2014/main" title="https://www.census.gov/cgi-bin/geo/shapefiles2014/main"&gt;2014 TIGER/Line&amp;amp;reg; Shapefiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use Proc MAPIMPORT to read in the Shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why you need to join it to your Proc GEOCODE data set.&lt;/P&gt;&lt;P&gt;Please explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212016#M15875</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-10T17:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212017#M15876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you guys create maps before with SAS? Can somebody help me with how to create a Statecode map of USA.? I converted the excel data set to a SAS data set and linked with the data set but after that I get Stock. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 15:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212017#M15876</guid>
      <dc:creator>HENRYROLON</dc:creator>
      <dc:date>2015-06-19T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212018#M15877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean.&amp;nbsp; &lt;/P&gt;&lt;P&gt;First, there is the library MAPSSAS that has the old maps in it.&amp;nbsp; It is not being updated.&amp;nbsp; And MAPS currently points to MAPSSAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Second, there is the MAPSGFK library that points to the new and latest maps.&amp;nbsp; It fixes some of the inconsistencies that were in MAPSSAS (MAPS) and is slightly different.&amp;nbsp; (Look at the following for more info: &lt;A href="http://support.sas.com/rnd/papers/#2013"&gt;http://support.sas.com/rnd/papers/#2013&lt;/A&gt;&amp;nbsp; and see &lt;STRONG style="color: #333333; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: small;"&gt;Tips and Tricks: Using the new SAS Map data sets&lt;/STRONG&gt; ) .&lt;/P&gt;&lt;P&gt;Some of the MAPSGFK maps may already contain what you need.&amp;nbsp; The *_attr files contain more information.&amp;nbsp; For example, US_STATE already has the STATECODE in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need something else, send more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 16:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212018#M15877</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-06-19T16:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: MAP data at the CBSA level ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212019#M15878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I`ll try this and let you know. Thanks again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 17:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/MAP-data-at-the-CBSA-level/m-p/212019#M15878</guid>
      <dc:creator>HENRYROLON</dc:creator>
      <dc:date>2015-06-19T17:28:41Z</dc:date>
    </item>
  </channel>
</rss>

