<?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: How to loop Title of map/plot in macro? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649079#M194555</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro maps(var=,label= );
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;TITLE height=11pt FONT='Arial'  "&amp;amp;label";&lt;/STRONG&gt;&lt;/FONT&gt;
proc gmap data=mydata=mapsgfk.south_korea all;
id id;
choro &amp;amp;var./ legend=legend1;
run;  quit;
title;
%mend maps;

%maps(var=local_economy,label=Economy);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 May 2020 15:05:38 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-05-20T15:05:38Z</dc:date>
    <item>
      <title>How to loop Title of map/plot in macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649068#M194547</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;Is it possible to define title in Macro for proc gmap? I have too many maps and tedious to copy and paste title with each call. Defending the purpose of macro. Mock data attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro maps(var=,label=);
proc gmap data=mydata=mapsgfk.south_korea all;
id id;
choro LOCAL_ECONOMY / legend=legend1;
run;  quit;
%mend maps;
TITLE height=11pt FONT='Arial' 'Economy';
%maps(var=local economy,label=Economy);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 May 2020 00:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649068#M194547</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-05-20T00:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to loop Title of map/plot in macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649079#M194555</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro maps(var=,label= );
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;TITLE height=11pt FONT='Arial'  "&amp;amp;label";&lt;/STRONG&gt;&lt;/FONT&gt;
proc gmap data=mydata=mapsgfk.south_korea all;
id id;
choro &amp;amp;var./ legend=legend1;
run;  quit;
title;
%mend maps;

%maps(var=local_economy,label=Economy);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 May 2020 15:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649079#M194555</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-20T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to loop Title of map/plot in macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649089#M194561</link>
      <description>&lt;P&gt;Why do you have a macro parameter var, when you do not use it in the macro?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 05:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-loop-Title-of-map-plot-in-macro/m-p/649089#M194561</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-20T05:16:48Z</dc:date>
    </item>
  </channel>
</rss>

