<?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: To create a macro call routine in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274867#M54909</link>
    <description>&lt;P&gt;I recommend reading &lt;A href="https://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/viewer.htm#titlepage.htm," target="_blank"&gt;https://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/viewer.htm#titlepage.htm,&lt;/A&gt; especially "&lt;SPAN class="toc"&gt;Understanding and Using the Macro Facility&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A macro does not create columns, a macro generats sas code.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2016 07:48:09 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2016-06-03T07:48:09Z</dc:date>
    <item>
      <title>To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274737#M54870</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ii want to create a macro call routine the synario is :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table which is Personal Insurance&amp;nbsp;Claims. I&amp;nbsp;need to create a macro using all the this (PI) claims&amp;nbsp;&amp;nbsp;and need to use this macro in my program to check weather this is PI or other type of claims .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code condition should be&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Claims&amp;nbsp;IN PI call routine &lt;/STRONG&gt;&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;&amp;nbsp;&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Where claims NOT IN PI call routine&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for the valuable replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 16:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274737#M54870</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-02T16:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274740#M54871</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67960/HTML/default/viewer.htm#p1blnvlvciwgs9n0zcilud6d6ei9.htm" target="_self"&gt;CALL EXECUTE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/67960/HTML/default/viewer.htm#p09dcftd1xxg1kn1brnjyc0q93yk.htm" target="_self"&gt;DOSUBL&lt;/A&gt;&amp;nbsp;if you have SAS 9.4&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 17:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274740#M54871</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2016-06-02T17:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274743#M54873</link>
      <description>&lt;P&gt;You'll need to do a little more work before anyone can write a macro.&amp;nbsp; Give an example of what the program would look like without macros, and lots of people here can help you turn it into a macro.&amp;nbsp; It's entirely possible that this would be a simple SQL application that doesn't need macros at all.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 17:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274743#M54873</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-06-02T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274748#M54874</link>
      <description>&lt;P&gt;Hi I need a macro to identify this&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 17:44:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274748#M54874</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-02T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274751#M54875</link>
      <description>&lt;P&gt;What's "this"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please&amp;nbsp;take the time to detail your issue if you want help. Without any details the answers is do "that".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT:&lt;/P&gt;
&lt;P&gt;Here are some resources on how to ask a good question. Note the Minimum verifiable example. &amp;nbsp;At minimum include sample data and what you want as output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/help/how-to-ask" target="_blank"&gt;http://stackoverflow.com/help/how-to-ask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://stackoverflow.com/help/mcve&amp;nbsp;" target="_blank"&gt;http://stackoverflow.com/help/mcve&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 17:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274751#M54875</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-02T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274850#M54905</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My client needs an additional column in the report to identify wether the insurace claim is Personal (PI) or Commercial (CI) . To identify the PI claims we have one PI claims table and If i want to fetch the PI claims only I can do with SQL joins . But here I need to create a macro with the PI claims from the PI_Table and use in to&amp;nbsp;the code which i have . It should be taking all the PI claims from PI table and create a maco call routine . Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 05:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274850#M54905</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-03T05:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274867#M54909</link>
      <description>&lt;P&gt;I recommend reading &lt;A href="https://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/viewer.htm#titlepage.htm," target="_blank"&gt;https://support.sas.com/documentation/cdl/en/mcrolref/67912/HTML/default/viewer.htm#titlepage.htm,&lt;/A&gt; especially "&lt;SPAN class="toc"&gt;Understanding and Using the Macro Facility&lt;/SPAN&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A macro does not create columns, a macro generats sas code.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 07:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274867#M54909</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2016-06-03T07:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274884#M54914</link>
      <description>&lt;P&gt;A macro is used to dynamically generate code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which portiom ion of your query is dynamic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;perhaps post your query, or a reasonable similar query, and highlight which part needs to be dynamic as well as how you,expect to call the macro.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if its just different Where conditions look up the %if/%then macro logic in the documentation&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds﻿&lt;/a&gt;&amp;nbsp;referenced.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 08:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274884#M54914</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-03T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274960#M54930</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;And, in addition to all the other excellent suggestions, if you are completely new to SAS macro processing, I recommend these 2 papers as a place to provide some context for what you're reading:&lt;BR /&gt;&lt;A href="http://www2.sas.com/proceedings/sugi28/056-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/056-28.pdf&lt;/A&gt; &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings13/120-2013.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings13/120-2013.pdf&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:20:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/274960#M54930</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-03T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275381#M55058</link>
      <description>&lt;P&gt;HI Riza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to bother you again on this . I think my explanation was not enough to help me for this . Actually i am working for insurance claims reporting which deals with commercial insurannce(CI) and personal Insurance (PI)&amp;nbsp;. we have one perticular table to identify the PI claims and there now I want to create a macro which should identify if one claim is PI or CI . I tried the below code .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%lob_div= case Proc sql;select CL_claim_PI from PI_table then PI else CI end;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The business logic is if the claim id for one poliy is available in the PI_table then it is PI elase CI . so I need to extract the PI claims from the PI table and check if this claim is available in the other tables and ten it is PI elase CI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jus need to differentiate these two to create a report . I just want to show the LOB_DIV (Line of business wether it is CI or PI) in the report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275381#M55058</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-06T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275449#M55077</link>
      <description>&lt;P&gt;Post sample data and expected output.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275449#M55077</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-06T16:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275468#M55083</link>
      <description>&lt;P&gt;The output should show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc sql;&lt;/P&gt;&lt;P&gt;create table base as &amp;amp;LOB as LOB,claim_id as claim ettc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The LOB column should show wether this claim is PI or CI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that The LOB macro variable should fetch claim from the PI table and look up&amp;nbsp; the claims from other tables .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In simply lob=&amp;nbsp; The claims from PI table is matching with the claims from&amp;nbsp;other table then PI else CI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 17:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275468#M55083</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-06T17:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275520#M55091</link>
      <description>I don't think thats how a macro works. You can probably make it that way but there's better methods. How are you planning to call the macro?</description>
      <pubDate>Mon, 06 Jun 2016 20:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275520#M55091</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-06T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275555#M55105</link>
      <description>&lt;P&gt;I want to call the macro like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;amp;lob &amp;nbsp; as &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LOB&lt;/P&gt;&lt;P&gt;cd_claim &amp;nbsp;as claim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and then the LOB should show wether the claim is CI or PI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 02:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275555#M55105</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-07T02:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275559#M55106</link>
      <description>&lt;P&gt;I'm not seeing the need for a macro here a simple join will work, or at worst case a format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table want as
select a.*, 
case when a.id=b.id then 'PI'
else 'CI' end as LOB
from have as a
left join lookup as b
on a.id=b.id;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jun 2016 03:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275559#M55106</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-07T03:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275560#M55107</link>
      <description>&lt;P&gt;HI Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply and here I need a mcro because I have to use this logic to most of my programmes . That is the reason I asked a macro for this&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 03:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275560#M55107</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-07T03:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275585#M55115</link>
      <description>&lt;P&gt;Create a format or function. The format Code can be added to your autoexec so it's refreshed every time SAS is started or scheduled to run every day if necessary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/001-30.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi30/001-30.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add an in line query which would make your code incredibly inefficient.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample data would help in creating example code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro lookup;&lt;/P&gt;
&lt;P&gt;inline query here&lt;/P&gt;
&lt;P&gt;%mend;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use it as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc SQL;&lt;/P&gt;
&lt;P&gt;create table want as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;select a.id, %lookup, a.var&lt;/P&gt;
&lt;P&gt;from have as a;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 07:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275585#M55115</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-07T07:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: To create a macro call routine</title>
      <link>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275865#M55227</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the soulution i used this code it created successfully . Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manesh&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 05:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/To-create-a-macro-call-routine/m-p/275865#M55227</guid>
      <dc:creator>ambadi007</dc:creator>
      <dc:date>2016-06-08T05:19:17Z</dc:date>
    </item>
  </channel>
</rss>

