<?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: macros in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523417#M22121</link>
    <description>&lt;P&gt;Hi:&lt;BR /&gt; Before you can write a SAS macro program, you need to have working code. The SAS Macro facility is ONLY a text generator. All the Macro facility does is write code for you. So the Macro facility in and of itself will &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; "check for normality ...and do corresponding parametric or non-parametric tests" -- SAS procedures do that work. If you wanted to repeat the same SAS procedure 100 times, changing the variable every time, THEN you would take your working SAS program that generates the results for 1 variable and you would "macro-ize" the program to work for any variable name you pass in. The Macro facility would generate the code for you, switching the variable name and the regular SAS processor would compile and execute the code.&lt;BR /&gt;&lt;BR /&gt;Do you have a working SAS program? It is extremely hard to do anything with the Macro facility if you don't have a working program to start with.&lt;BR /&gt;&lt;BR /&gt; But, here's a paper that shows the overall concepts of the Macro facility:&lt;/P&gt;
&lt;P&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;Hope this helps,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Mon, 24 Dec 2018 17:22:38 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2018-12-24T17:22:38Z</dc:date>
    <item>
      <title>macros</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523401#M22118</link>
      <description>&lt;P&gt;Hello, I am new to SAS. I have outcome variable "titer" grouping variable "treatment"&amp;nbsp; how I can use macros to perform independent sample's t test (Mann-Whitney U test)?? I have no idea of macros. so if possible please give explaination&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 15:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523401#M22118</guid>
      <dc:creator>Pallavi_B</dc:creator>
      <dc:date>2018-12-24T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523402#M22119</link>
      <description>&lt;P&gt;I don't think macros are needed here. SAS Documentation has examples of performing this test, for example:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_power_examples16.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_power_examples16.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 15:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523402#M22119</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-24T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523404#M22120</link>
      <description>Even though we have some more methods, I need macros. Because I need to&lt;BR /&gt;check for normality and have to do corresponding parametric or non&lt;BR /&gt;parametric tests.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Dec 2018 15:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523404#M22120</guid>
      <dc:creator>Pallavi_B</dc:creator>
      <dc:date>2018-12-24T15:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523417#M22121</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; Before you can write a SAS macro program, you need to have working code. The SAS Macro facility is ONLY a text generator. All the Macro facility does is write code for you. So the Macro facility in and of itself will &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; "check for normality ...and do corresponding parametric or non-parametric tests" -- SAS procedures do that work. If you wanted to repeat the same SAS procedure 100 times, changing the variable every time, THEN you would take your working SAS program that generates the results for 1 variable and you would "macro-ize" the program to work for any variable name you pass in. The Macro facility would generate the code for you, switching the variable name and the regular SAS processor would compile and execute the code.&lt;BR /&gt;&lt;BR /&gt;Do you have a working SAS program? It is extremely hard to do anything with the Macro facility if you don't have a working program to start with.&lt;BR /&gt;&lt;BR /&gt; But, here's a paper that shows the overall concepts of the Macro facility:&lt;/P&gt;
&lt;P&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;Hope this helps,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 17:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523417#M22121</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-12-24T17:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: macros</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523452#M22122</link>
      <description>thank you&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2018 04:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/macros/m-p/523452#M22122</guid>
      <dc:creator>Pallavi_B</dc:creator>
      <dc:date>2018-12-25T04:09:47Z</dc:date>
    </item>
  </channel>
</rss>

