<?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 I don't see the result of proc gmap in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/I-don-t-see-the-result-of-proc-gmap/m-p/468665#M16142</link>
    <description>&lt;P&gt;I'm trying to learn how to use gmap.&lt;/P&gt;&lt;P&gt;Even with a common example using a predefined sas map, I don't see any result and I don't get any error message in the log.&lt;/P&gt;&lt;P&gt;I was trying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gmap&lt;BR /&gt;map=maps.us&lt;BR /&gt;data=maps.us (obs=1)&lt;BR /&gt;all;&lt;BR /&gt;id state;&lt;BR /&gt;choro state / nolegend;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 12:29:28 GMT</pubDate>
    <dc:creator>CarolineDP</dc:creator>
    <dc:date>2018-06-08T12:29:28Z</dc:date>
    <item>
      <title>I don't see the result of proc gmap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/I-don-t-see-the-result-of-proc-gmap/m-p/468665#M16142</link>
      <description>&lt;P&gt;I'm trying to learn how to use gmap.&lt;/P&gt;&lt;P&gt;Even with a common example using a predefined sas map, I don't see any result and I don't get any error message in the log.&lt;/P&gt;&lt;P&gt;I was trying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gmap&lt;BR /&gt;map=maps.us&lt;BR /&gt;data=maps.us (obs=1)&lt;BR /&gt;all;&lt;BR /&gt;id state;&lt;BR /&gt;choro state / nolegend;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:29:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/I-don-t-see-the-result-of-proc-gmap/m-p/468665#M16142</guid>
      <dc:creator>CarolineDP</dc:creator>
      <dc:date>2018-06-08T12:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: I don't see the result of proc gmap</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/I-don-t-see-the-result-of-proc-gmap/m-p/468717#M16144</link>
      <description>&lt;P&gt;1) it often helps to paste the LOG with any messages&lt;/P&gt;
&lt;P&gt;2) Proc Gmap supports run group processing so you want to make sure to end with a QUIT statement so the proc stops.&lt;/P&gt;
&lt;P&gt;3) What ods destination was open and what ods style is active?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can run your code and get a US map with Alabama as the only state with color other than background.&lt;/P&gt;
&lt;P&gt;The log result:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#339966"&gt;NOTE: Writing HTML Body file: sashtml1.htm
&lt;/FONT&gt;10   map=maps.us
11   data=maps.us (obs=1)
12   all;
13   id state;
14   choro state / nolegend;
15   run;

&lt;FONT color="#339966"&gt;NOTE: 77983 bytes written to C:\Users\ballarde\OneDrive -
      IDHW\Data\WORK\SASTemp\_TD6704_CWPP0173_\gmap1.png.
&lt;/FONT&gt;16   quit;
&lt;/PRE&gt;
&lt;P&gt;The bits in green show where the results were sent. If you don't have these then look for a "no ods destinations active" note. Or verify that your ODS destination will accept graphics, not all do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/I-don-t-see-the-result-of-proc-gmap/m-p/468717#M16144</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-08T14:53:28Z</dc:date>
    </item>
  </channel>
</rss>

