<?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 How to compare output window Results in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145525#M38714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to compare output window results, is there any procedure is there to compare output windows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jan 2015 10:15:38 GMT</pubDate>
    <dc:creator>HimaAalamuri</dc:creator>
    <dc:date>2015-01-30T10:15:38Z</dc:date>
    <item>
      <title>How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145525#M38714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to compare output window results, is there any procedure is there to compare output windows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 10:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145525#M38714</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-01-30T10:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145526#M38715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please describe in detail of what you are doing, and why (the underlying requirement).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145526#M38715</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-01-30T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145527#M38716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;input those output into sas datasets , and using proc compare .&lt;/P&gt;&lt;P&gt;You can also compare them by the third software .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 11:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145527#M38716</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-30T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145528#M38717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am developing one table (say x) and coming that table with production result by using proc compare, and i have to generate one more listing which contains output window results for x. so i have to compare production listing with my QC listing! my question is how i compare by manually or is it any procedure is der to compare output windows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145528#M38717</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-03T11:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145529#M38718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways, but not via output window.&amp;nbsp; You can route your data to datasets as Xia Keshan has stated, and this then gives you proc compare options.&amp;nbsp; That in itself takes a lot of the QC out from the output file.&amp;nbsp; AS for your actual output, what do you need to check exactly as styling and such like can make differences.&amp;nbsp; If you just want basic content, then use a proc print to text file, then you can read that in.&amp;nbsp; For more advanced options then you can go out to RTF or PDF and use that software's compare functions.&amp;nbsp; You could also read the rtf back in and parse it into its composite parts, I have done this and its not particularly difficult, the main issue is parsing all the tags and such like.&amp;nbsp; You could also set your output window up to display HTML and then save that to file, then create a HTML parse program to read it back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Me, I would say that effort vs confidence ratio would suggest that proc compare the data as a "one step away" dataset, i.e. make your data look almost identical to the output, and then having a small output routine would be most cost efficient.&lt;/P&gt;&lt;P&gt;So if you have a table which looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category&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;&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;&amp;nbsp;&amp;nbsp; Trt1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trt2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;&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;&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;&amp;nbsp; (n=xx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (n=xx)&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ABC&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx (yy%)&amp;nbsp; xx (yy%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make a dataset which looks like that:&lt;/P&gt;&lt;P&gt;CAT (Category)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRT1 (Trt1|(n=xx))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRT2 (Trt2|(n=xx))&lt;/P&gt;&lt;P&gt;ABC&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx (yy%)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx (yy%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store that, get the QC'er to do the same, and proc compare the two.&amp;nbsp; Then a manual review of the output to ensure that the right dataset was used, and titles/footnote are correct. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:18:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145529#M38718</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-03T11:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145530#M38719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you RW9,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is i am using proc mixed in generating table visits wise so i got around 40 pages in output window i have to compare my output window to production programer output window which is in PDF file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 04:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145530#M38719</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-04T04:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145531#M38720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then your stuck really.&amp;nbsp; As I have stated, direct your output not to the output window - which to be fair is about as useful as a hole in a bucket.&amp;nbsp; Just put an ods statement before and after your mixed and send to a pdf file.&amp;nbsp; You can then use PDF compare to check the two.&amp;nbsp; However you need to bear in mind that PDF compare will check everything, so if your not using the same style or layout then it will not match.&amp;nbsp; Hence I recommend that you are proc comparing datasets which is the best way to get accurate comparison of the data.&amp;nbsp; If you want to keep your mixed output then use ods select for the particular tables which mixed creates behind the scenes:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_mixed_sect026.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_mixed_sect026.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of these holds some of the statistics produced and can be kept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145531#M38720</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-04T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145532#M38721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you RW9,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the below path and let me know ur valuable replay!!&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/thread/65129"&gt;https://communities.sas.com/thread/65129&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145532#M38721</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-04T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145533#M38722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, not too familiar with GLM, but here is a SAS article which shows sending output from those types of procedures to html, its pretty much the same thing for PDF:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233364.htm"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002233364.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note, that to find what output blocks are created in your procedure, use the ods trace on; syntax, this will display in the output window what objects are created, you can then re-run the program select those objects to send via ods to a file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145533#M38722</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-04T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare output window Results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145534#M38723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok No problem thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 10:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-compare-output-window-Results/m-p/145534#M38723</guid>
      <dc:creator>HimaAalamuri</dc:creator>
      <dc:date>2015-02-04T10:06:23Z</dc:date>
    </item>
  </channel>
</rss>

