<?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 create a world map based on a list of value in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638082#M189736</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to create a Figure like below?&amp;nbsp; I have no idea of it. Could you please give me some suggestion about it?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeChat Image_20200407153050.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37983i827FE92A76C76807/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeChat Image_20200407153050.jpg" alt="WeChat Image_20200407153050.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aaa;
INFILE CARDS DSD DLM=','  ;
	input TARGET_CTRY :$1000. NO_OF_MATCHED_APPLN :12.;
	cards;
JP,598237
TW,139701
KR,203856
US,755221
SG,2372  
DE,195979
FR,64098 
FI,3144  
BE,5375  
SE,21302 
CN,80746 
CH,16618 
NL,20539 
HK,2030  
DK,5648  
TR,1      
CA,23493 
GB,23350 
IN,2188  
AT,1656  
PE,0      
TH,205    
IT,5296  
AU,4179  
RU,1727  
BR,649    
ZA,418    
PL,132    
NO,1064  
NZ,465    
IE,26     
HU,346    
EG,5      
ES,983    
CZ,408    
MX,15     
GR,58     
MY,61     
PT,3      
PH,5      
CL,25     
CO,0      
ID,1      
MA,5      
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 14:45:34 GMT</pubDate>
    <dc:creator>Alexxxxxxx</dc:creator>
    <dc:date>2020-04-07T14:45:34Z</dc:date>
    <item>
      <title>create a world map based on a list of value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638082#M189736</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to create a Figure like below?&amp;nbsp; I have no idea of it. Could you please give me some suggestion about it?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeChat Image_20200407153050.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37983i827FE92A76C76807/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeChat Image_20200407153050.jpg" alt="WeChat Image_20200407153050.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aaa;
INFILE CARDS DSD DLM=','  ;
	input TARGET_CTRY :$1000. NO_OF_MATCHED_APPLN :12.;
	cards;
JP,598237
TW,139701
KR,203856
US,755221
SG,2372  
DE,195979
FR,64098 
FI,3144  
BE,5375  
SE,21302 
CN,80746 
CH,16618 
NL,20539 
HK,2030  
DK,5648  
TR,1      
CA,23493 
GB,23350 
IN,2188  
AT,1656  
PE,0      
TH,205    
IT,5296  
AU,4179  
RU,1727  
BR,649    
ZA,418    
PL,132    
NO,1064  
NZ,465    
IE,26     
HU,346    
EG,5      
ES,983    
CZ,408    
MX,15     
GR,58     
MY,61     
PT,3      
PH,5      
CL,25     
CO,0      
ID,1      
MA,5      
;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638082#M189736</guid>
      <dc:creator>Alexxxxxxx</dc:creator>
      <dc:date>2020-04-07T14:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: create a world map based on a list of value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638088#M189737</link>
      <description>&lt;P&gt;Perhaps the following &lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi29/251-29.pdf" target="_self"&gt;paper&lt;/A&gt; might help you accomplish what you are trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638088#M189737</guid>
      <dc:creator>Varrelle</dc:creator>
      <dc:date>2020-04-07T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: create a world map based on a list of value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638104#M189741</link>
      <description>&lt;P&gt;Find the closest map to what you want here and then test the blog code exactly. Once you have that working, try it with your own data.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/tag/sgmap/" target="_blank"&gt;https://blogs.sas.com/content/tag/sgmap/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/262815"&gt;@Alexxxxxxx&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know how to create a Figure like below?&amp;nbsp; I have no idea of it. Could you please give me some suggestion about it?&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeChat Image_20200407153050.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37983i827FE92A76C76807/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeChat Image_20200407153050.jpg" alt="WeChat Image_20200407153050.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aaa;
INFILE CARDS DSD DLM=','  ;
	input TARGET_CTRY :$1000. NO_OF_MATCHED_APPLN :12.;
	cards;
JP,598237
TW,139701
KR,203856
US,755221
SG,2372  
DE,195979
FR,64098 
FI,3144  
BE,5375  
SE,21302 
CN,80746 
CH,16618 
NL,20539 
HK,2030  
DK,5648  
TR,1      
CA,23493 
GB,23350 
IN,2188  
AT,1656  
PE,0      
TH,205    
IT,5296  
AU,4179  
RU,1727  
BR,649    
ZA,418    
PL,132    
NO,1064  
NZ,465    
IE,26     
HU,346    
EG,5      
ES,983    
CZ,408    
MX,15     
GR,58     
MY,61     
PT,3      
PH,5      
CL,25     
CO,0      
ID,1      
MA,5      
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638104#M189741</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-04-07T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: create a world map based on a list of value</title>
      <link>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638294#M189807</link>
      <description>&lt;P&gt;Calling&amp;nbsp;@Rick_SAS&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/11/18/create-a-map-with-proc-sgplot.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/11/18/create-a-map-with-proc-sgplot.html &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2020/03/30/tracking-coronavirus-disease-2019-covid-19-in-the-us-at-the-state-county-level/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2020/03/30/tracking-coronavirus-disease-2019-covid-19-in-the-us-at-the-state-county-level/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 12:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/create-a-world-map-based-on-a-list-of-value/m-p/638294#M189807</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-04-08T12:00:07Z</dc:date>
    </item>
  </channel>
</rss>

