<?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: Call Symput within parameterized macro in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87587#M18741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'%global DEC_RED_A DEC_BLUE_A DEC_BLACK_A' will help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 20:27:25 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2012-10-05T20:27:25Z</dc:date>
    <item>
      <title>Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87586#M18740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the code below to work, but I can't seem to figure out what I'm doing wrong. It's probably the Call Symput step. Basically, the user needs to enter in a percent for each color, in whole numbers (so 5 would be 5%). I would like to take the number that is entered and turn it into decimal form and create another macro variable for it. When I test to see if it worked (in the data step test), I get the "Syntax Error" "Apparent symbolic reference DEC_BLUE_A not resolve."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing an ampersand somewhere, or something? I've tried making a few changes here and there, but I haven't been successful yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%WINDOW INPUTS &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #3&amp;nbsp; @35 "Inputs" COLOR = BLUE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #6&amp;nbsp; @10 "Percents" COLOR = RED //&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Red" COLOR = BLACK +2 RED_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Black" COLOR = BLACK +2 BLACK_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Blue" COLOR = BLACK +2 BLUE_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%DISPLAY INPUTS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%MACRO DECIMAL2(COLOR);&lt;/P&gt;&lt;P&gt;DATA DECIMAL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;COLOR._1 = &amp;amp;&amp;amp;&amp;amp;COLOR/100;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL SYMPUT ("DEC_&amp;amp;COLOR",&amp;amp;COLOR._1);&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;%MEND;&lt;/P&gt;&lt;P&gt;%DECIMAL2(RED_A); %DECIMAL2(BLACK_A); %DECIMAL2(BLUE_A); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA TEST; X = &amp;amp;DEC_RED_A; Y = &amp;amp;DEC_BLUE_A; Z = &amp;amp;DEC_BLACK_A; RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 19:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87586#M18740</guid>
      <dc:creator>stat11</dc:creator>
      <dc:date>2012-10-05T19:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87587#M18741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'%global DEC_RED_A DEC_BLUE_A DEC_BLACK_A' will help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 20:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87587#M18741</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-10-05T20:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87588#M18742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that part of your problem is the value of &amp;amp;&amp;amp;&amp;amp;Color is supposed to resolve to the numeric value in Red_1, Blue_1 or Black_1. However since you are calling with COLOR=RED_A the resolution will never be one of those values entered in the window.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; Your calculation line is resolving as: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RED_A_1 = &amp;amp;RED_A/ 100;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You might try using two parameters in your macro Color and suffix.&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&amp;amp;color.&amp;amp;suffix = &amp;amp;color._1 / 100;&lt;/P&gt;&lt;P&gt;call symput("Dec_&amp;amp;Color.&amp;amp;suffix",&amp;amp;color.&amp;amp;suffix);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 22:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87588#M18742</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-05T22:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87589#M18743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need macro variables, I would suggest not using the DATA step.&lt;/P&gt;&lt;P&gt;%* Macro window;&lt;BR /&gt;%WINDOW INPUTS &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #3&amp;nbsp; @35 "Inputs" COLOR = BLUE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #6&amp;nbsp; @10 "Percents" COLOR = RED //&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Red" COLOR = BLACK +2 RED_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Black" COLOR = BLACK +2 BLACK_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Blue" COLOR = BLACK +2 BLUE_1 4 COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE;&lt;BR /&gt;%DISPLAY INPUTS;&lt;BR /&gt;%let dec_red = %sysevalf(&amp;amp;red_1/100);&lt;BR /&gt;%let dec_black = %sysevalf(&amp;amp;black_1/100);&lt;BR /&gt;%let dec_blue = %sysevalf(&amp;amp;blue_1/100);&lt;BR /&gt;%put &amp;amp;red_1 &amp;amp;dec_red;&lt;BR /&gt;%put &amp;amp;black_1 &amp;amp;dec_black;&lt;BR /&gt;%put &amp;amp;blue_1 &amp;amp;dec_blue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTOH if you are going to use these values in a DATA step then use the WINDOW statement and avoid the use of the macro language altogether.&lt;/P&gt;&lt;P&gt;***************************&lt;BR /&gt;* DATA step window;&lt;BR /&gt;data colors;&lt;BR /&gt;WINDOW INPUTS &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #3&amp;nbsp; @35 "Inputs" COLOR = BLUE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #6&amp;nbsp; @10 "Percents" COLOR = RED //&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Red" COLOR = BLACK +2 RED_1 4. COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Black" COLOR = BLACK +2 BLACK_1 4. COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @15 "Blue" COLOR = BLACK +2 BLUE_1 4. COLOR = GREEN REQUIRED = NO ATTR = UNDERLINE;&lt;BR /&gt;DISPLAY INPUTS;&lt;BR /&gt;dec_red = red_1/100;&lt;BR /&gt;dec_black = black_1/100;&lt;BR /&gt;dec_blue = blue_1/100;&lt;BR /&gt;put red_1 dec_red;&lt;BR /&gt;put black_1 dec_black;&lt;BR /&gt;put blue_1 dec_blue;&lt;BR /&gt;stop;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2012 05:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87589#M18743</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2012-10-07T05:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87590#M18744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had somewhat similar a problem; it seemed call symput inside a parametrized macro doesn't work. I found this article helpful: &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#tw3514-symput.htm"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#tw3514-symput.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's a variable scope problem: When there is that "run;" after the data step, the scope of the variables you define in the data step will be the enclosing macro only. I just removed the "run;" and my code started to work. However, I do not know if that's the best way to handle the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 13:55:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87590#M18744</guid>
      <dc:creator>kranikai_2</dc:creator>
      <dc:date>2012-11-02T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87591#M18745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating macro variables in a macro (your macro is using CALL SYMPUT) that you want to use after the macro has finished you need to be careful to make sure that the macro variable is not local to that macro.&lt;/P&gt;&lt;P&gt;You could slap in a %GLOBAL statement to force the macro variable to defined in the global scope.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%MACRO DECIMAL2(COLOR);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%global &lt;SPAN style="background-color: #ffffff;"&gt;DEC_&amp;amp;COLOR&lt;/SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DATA DECIMAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;COLOR._1 = &amp;amp;&amp;amp;&amp;amp;COLOR/100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL SYMPUT ("DEC_&amp;amp;COLOR",&amp;amp;COLOR._1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%MEND;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;But it would be better to create it conditionally to prevent error messages if the macro variable already exist in an outer executing macro scope.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%macro decimal2(color);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%if not %symexist(dec_&amp;amp;color) %then &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%global dec_&amp;amp;color ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data decimal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;amp;color._1 = &amp;amp;&amp;amp;&amp;amp;color/100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; call symputx("dec_&amp;amp;color",&amp;amp;color._1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%mend decimal2 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%let red=200 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%symdel dec_red /nowarn;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%decimal2(red);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%put red=&amp;amp;red dec_red=&amp;amp;dec_red ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you really need the DATA step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%macro decimal2(color);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%if not %symexist(dec_&amp;amp;color) %then &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%global dec_&amp;amp;color ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%let dec_&amp;amp;color = %sysevalf(&amp;amp;&amp;amp;&amp;amp;color/100) ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%mend decimal2 ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 15:56:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87591#M18745</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-11-02T15:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call Symput within parameterized macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87592#M18746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use call symputx to assign it to a global macro variable .&lt;/P&gt;&lt;P&gt;call symputx('x',x,'G');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 03:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-Symput-within-parameterized-macro/m-p/87592#M18746</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-11-05T03:14:09Z</dc:date>
    </item>
  </channel>
</rss>

