<?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: proc import map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-import-map/m-p/636850#M19706</link>
    <description>&lt;P&gt;Proc Mapimport imports a shapefile into SAS, such that it can be used as a map and plotted with Proc GMap or Proc SGMap. All of the X/Y's are the coordinates along the border of areas in the map (in this case, Census Tracts).&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 12:11:09 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2020-04-02T12:11:09Z</dc:date>
    <item>
      <title>proc import map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-import-map/m-p/636761#M19705</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a weight matrix for my economic model. I have a&amp;nbsp; shapefile of the census tracts for the state of missouri. When I open the shapefile or dbf file on any other application, it contains 1393 observations which is the total number of census tracts in the state but when I import into SAS, I have 974962 observations &lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;with&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;multiple&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;xy&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;coordinates&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;of&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;same&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="nd-word"&gt;&lt;SPAN&gt;geoid&lt;/SPAN&gt;&lt;/SPAN&gt;. Any idea why and how to resolve this. Thank you.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Import shapefile*/
proc mapimport out=me.mo_shp datafile="C:\tracts\mo_new.shp";
id geoid;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-import-map/m-p/636761#M19705</guid>
      <dc:creator>michokwu</dc:creator>
      <dc:date>2020-04-02T04:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc import map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-import-map/m-p/636850#M19706</link>
      <description>&lt;P&gt;Proc Mapimport imports a shapefile into SAS, such that it can be used as a map and plotted with Proc GMap or Proc SGMap. All of the X/Y's are the coordinates along the border of areas in the map (in this case, Census Tracts).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 12:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-import-map/m-p/636850#M19706</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-04-02T12:11:09Z</dc:date>
    </item>
  </channel>
</rss>

