<?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 Read Output SAS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161603#M12034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do some autovalidation of macros. My problem is that there are macros that export the result&lt;/P&gt;&lt;P&gt;in the SAS OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I read&amp;nbsp; the SAS OUTPUT to check if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt; Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 09:55:34 GMT</pubDate>
    <dc:creator>arodriguez</dc:creator>
    <dc:date>2014-02-04T09:55:34Z</dc:date>
    <item>
      <title>Read Output SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161603#M12034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do some autovalidation of macros. My problem is that there are macros that export the result&lt;/P&gt;&lt;P&gt;in the SAS OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I read&amp;nbsp; the SAS OUTPUT to check if it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt; Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161603#M12034</guid>
      <dc:creator>arodriguez</dc:creator>
      <dc:date>2014-02-04T09:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Read Output SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161604#M12035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want to validate macros, and how?&lt;/P&gt;&lt;P&gt;Please describe your requirement in more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 11:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161604#M12035</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-02-04T11:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read Output SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161605#M12036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To validate macros that have an output, I have a kind of template with the expected output, then I use&lt;/P&gt;&lt;P&gt;the proc compare to ensure that the output is correct. But I have a few macros that have output in SAS&lt;/P&gt;&lt;P&gt;Output, and I don't know how acced to the output to know if it have the correct format automatable way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 07:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161605#M12036</guid>
      <dc:creator>arodriguez</dc:creator>
      <dc:date>2014-02-05T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read Output SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161606#M12037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still don't get the overall picture for this, are you testing the source data that is used to produce the results by the macro, or the macro itself?&lt;/P&gt;&lt;P&gt;If the later, it usually is sufficient to to this in manual manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not knowing anything about the macros them self, on way is to test if you could redirect the output to data set using ODS.&lt;/P&gt;&lt;P&gt;Or, you could develop a subroutine (macro), that handles macro output in a centralized way...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 11:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161606#M12037</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-02-05T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read Output SAS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161607#M12038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I gonna redirect the output with proc printto to later import to a dataset of the information, and doing this, then I can use the proc compare to ensure&lt;/P&gt;&lt;P&gt;that the outputis like I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 08:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Read-Output-SAS/m-p/161607#M12038</guid>
      <dc:creator>arodriguez</dc:creator>
      <dc:date>2014-02-06T08:28:09Z</dc:date>
    </item>
  </channel>
</rss>

