<?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: SAS Maps Creation in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504470#M32227</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31639"&gt;@monali&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to create a colored map of counties using proc gmap. However, I am not able to get the colors using the following code (all counties are pale green). Please advise.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc format;&lt;BR /&gt;value pop2016f&lt;BR /&gt;3972 - 50083 = '3972 - 50083'&lt;BR /&gt;50084 - 85881 = '50,083 - 85,881'&lt;BR /&gt;85882 - 234011 = '85,882 - 234,011'&lt;BR /&gt;234012 - 2606852 = '234,012 - 2,606,852'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;goptions cback=white border htitle=12pt htext=8pt;&lt;/P&gt;
&lt;P&gt;pattern1 value=msolid color=vpag; /* abbreviation for very pale green */&lt;BR /&gt;pattern2 value=msolid color=vpab; /* abbreviation for very pale blue */&lt;BR /&gt;pattern3 value=msolid color=pink;&lt;BR /&gt;pattern4 value=msolid color=yellow;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gmap data=data_for_map map=MD all;&lt;BR /&gt;id county;&lt;BR /&gt;choro&amp;nbsp;pop2016 / discrete anno=anno levels=4 coutline=black ;&lt;BR /&gt;format&amp;nbsp;pop2016 pop2016f.;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If all of your colors are pale green then I would double check the range of values of your pop2016 variable in the data_for_map data set as the first step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any notes in the log?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 19:57:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-10-15T19:57:40Z</dc:date>
    <item>
      <title>SAS Maps Creation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504441#M32226</link>
      <description>&lt;P&gt;I am trying to create a colored map of counties using proc gmap. However, I am not able to get the colors using the following code (all counties are pale green). Please advise.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc format;&lt;BR /&gt;value pop2016f&lt;BR /&gt;3972 - 50083 = '3972 - 50083'&lt;BR /&gt;50084 - 85881 = '50,083 - 85,881'&lt;BR /&gt;85882 - 234011 = '85,882 - 234,011'&lt;BR /&gt;234012 - 2606852 = '234,012 - 2,606,852'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;goptions cback=white border htitle=12pt htext=8pt;&lt;/P&gt;&lt;P&gt;pattern1 value=msolid color=vpag; /* abbreviation for very pale green */&lt;BR /&gt;pattern2 value=msolid color=vpab; /* abbreviation for very pale blue */&lt;BR /&gt;pattern3 value=msolid color=pink;&lt;BR /&gt;pattern4 value=msolid color=yellow;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gmap data=data_for_map map=MD all;&lt;BR /&gt;id county;&lt;BR /&gt;choro&amp;nbsp;pop2016 / discrete anno=anno levels=4 coutline=black ;&lt;BR /&gt;format&amp;nbsp;pop2016 pop2016f.;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 19:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504441#M32226</guid>
      <dc:creator>monali</dc:creator>
      <dc:date>2018-10-15T19:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Maps Creation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504470#M32227</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31639"&gt;@monali&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am trying to create a colored map of counties using proc gmap. However, I am not able to get the colors using the following code (all counties are pale green). Please advise.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc format;&lt;BR /&gt;value pop2016f&lt;BR /&gt;3972 - 50083 = '3972 - 50083'&lt;BR /&gt;50084 - 85881 = '50,083 - 85,881'&lt;BR /&gt;85882 - 234011 = '85,882 - 234,011'&lt;BR /&gt;234012 - 2606852 = '234,012 - 2,606,852'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;goptions cback=white border htitle=12pt htext=8pt;&lt;/P&gt;
&lt;P&gt;pattern1 value=msolid color=vpag; /* abbreviation for very pale green */&lt;BR /&gt;pattern2 value=msolid color=vpab; /* abbreviation for very pale blue */&lt;BR /&gt;pattern3 value=msolid color=pink;&lt;BR /&gt;pattern4 value=msolid color=yellow;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gmap data=data_for_map map=MD all;&lt;BR /&gt;id county;&lt;BR /&gt;choro&amp;nbsp;pop2016 / discrete anno=anno levels=4 coutline=black ;&lt;BR /&gt;format&amp;nbsp;pop2016 pop2016f.;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If all of your colors are pale green then I would double check the range of values of your pop2016 variable in the data_for_map data set as the first step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any notes in the log?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 19:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504470#M32227</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-15T19:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Maps Creation</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504565#M32230</link>
      <description>&lt;P&gt;Thanks. It works by adding "missing" option The formats seem to be working. I will double-check if the chart numbers are correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the following warning with the previous code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Some observations were discarded when charting Total_Population_N (from Census. Only first matching observation was used. Use STATISTIC= option for summary statistics.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Oct 2018 02:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Maps-Creation/m-p/504565#M32230</guid>
      <dc:creator>monali</dc:creator>
      <dc:date>2018-10-16T02:15:55Z</dc:date>
    </item>
  </channel>
</rss>

