<?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: Creating a map of 2 variables from the same dataset in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269141#M9635</link>
    <description>&lt;P&gt;It used to be that the installer had a choice of installing MAPS or not.&amp;nbsp; And I think it was at 9.1 and before.&amp;nbsp; So it is possible that the person installing decided not to.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2016 10:54:00 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2016-05-09T10:54:00Z</dc:date>
    <item>
      <title>Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267417#M9583</link>
      <description>&lt;P&gt;Hi,
I have SAS9.1.&lt;/P&gt;
&lt;P&gt;I am trying to create a university-country map&amp;nbsp;from a dataset.&lt;/P&gt;
&lt;P&gt;I tried :&lt;/P&gt;
&lt;P&gt;proc gmap data = have&amp;nbsp;map=maps.new;&lt;BR /&gt;id university;&lt;BR /&gt;choro country;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gives me the error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;167 proc gmap data = &lt;SPAN&gt;data = have&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;map=maps.new;&lt;/SPAN&gt;&lt;BR /&gt;ERROR: Libname MAPS is not assigned.&lt;BR /&gt;168 id university;&lt;BR /&gt;169 choro country;&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;170 run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to dedupe the new dataset into the university column. NOt sure if gmap is not valid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 18:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267417#M9583</guid>
      <dc:creator>Antaralib</dc:creator>
      <dc:date>2016-04-30T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267439#M9584</link>
      <description>&lt;P&gt;1. Check if you have SAS/GRAPH licensed, if you can run GCHART procs you do. Otherwise run the code below and make sure SAS/GRAPH shows up in the list.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;2. For PROC GMAP data points to the data set that has the data that you want to graph. MAP= refers to the data that has the mapping data. Check your default SAS library and see what the maps library is called and which dataset has the US boundaries that you want. Your log is saying that maps doesn't exist, but I'm fairly certain it's been around, even in SAS 9.1. Take a look at your library, it may be called mapssas or maps&amp;nbsp;or something along those lines.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2b. Did you create a library called maps and import a SHP file you called NEW to the library? That's what your code is implying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Why are you using SAS 9.1 -&amp;gt; upgrades are included in your license. If because your work hasn't updated, let them know it's more than 15 years old. If it's because you're using an illegal copy, and assuming you're only using it for learning purposes consider using SAS University Edition which is free, and then you can use GTL with polygon plots to make maps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 18:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267439#M9584</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-30T18:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267957#M9600</link>
      <description>&lt;P&gt;The error seems to indicate that Proc GMAP is there but the MAPS library is not.&lt;/P&gt;
&lt;P&gt;I would suspect that you do not have the MAPS Library loaded on your system or you have defined MAPS to a location that does not exist. &amp;nbsp;There is not a "new" data set in the official MAPS library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/267957#M9600</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2016-05-03T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269055#M9629</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13950"&gt;@Darrell_sas﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Indeed there is no maps library.&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2016 11:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269055#M9629</guid>
      <dc:creator>Antaralib</dc:creator>
      <dc:date>2016-05-08T11:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269067#M9630</link>
      <description>&lt;P&gt;It may be installed but not assigned. See where your SASHELP folder resides and if it's there. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had a valid SAS 9.3+ license you could download them from the web.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure you're on SAS 9.1?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2016 17:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269067#M9630</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-08T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map of 2 variables from the same dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269141#M9635</link>
      <description>&lt;P&gt;It used to be that the installer had a choice of installing MAPS or not.&amp;nbsp; And I think it was at 9.1 and before.&amp;nbsp; So it is possible that the person installing decided not to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 10:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-a-map-of-2-variables-from-the-same-dataset/m-p/269141#M9635</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2016-05-09T10:54:00Z</dc:date>
    </item>
  </channel>
</rss>

