<?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: Table creation for compared data in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492268#M31742</link>
    <description>&lt;P&gt;The most flexible way would add this statement before running PROC COMPARE:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can see notes in the log about all the pieces of output that ODS stores.&amp;nbsp; You can capture the ones you want as SAS data sets using multiple ODS OUTPUT statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each piece can then be printed using a simple PROC PRINT.&amp;nbsp; You can add as much formatting as you would like, when it comes time to print.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 12:55:44 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-09-04T12:55:44Z</dc:date>
    <item>
      <title>Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492057#M31708</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I compared two data sets, want to keep the compared data in one table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone help me how to display compared data in tabular format in SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492057#M31708</guid>
      <dc:creator>radha1</dc:creator>
      <dc:date>2018-09-03T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492058#M31709</link>
      <description>&lt;P&gt;From the manual:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#n1f136xdchlfrtn1663tmzklctb6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#n1f136xdchlfrtn1663tmzklctb6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;specify out=&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and give a dataset name to store the output.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492058#M31709</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-03T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492062#M31710</link>
      <description>&lt;P&gt;Please post the SAS code that you are having problems with.&amp;nbsp; Also include you SAS log.&lt;/P&gt;&lt;P&gt;Lots of SAS&amp;nbsp;code and examples are available online, but you should show your attempts at resolving the problem first so that the experts can help &lt;STRONG&gt;guide&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492062#M31710</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-09-03T14:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492067#M31711</link>
      <description>&lt;P&gt;If you are not getting much of a response to your question, it's probably because you left out most of the important information.&amp;nbsp; Here's what you should describe, and not leave to our imagination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"I compared two data sets"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are they SAS data sets?&lt;/LI&gt;
&lt;LI&gt;How did you compare them?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"want to keep the compared data"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All the data was compared.&amp;nbsp; So what exactly do you want to keep?&amp;nbsp; Give the details.&amp;nbsp; All of them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"in one table"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In one Excel spreadsheet?&amp;nbsp; In one SAS data set?&amp;nbsp; In one DMBS table?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"display the compared data"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;At this point, nobody knows what the compared data is, and nobody knows what type of display you would like.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492067#M31711</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-09-03T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492211#M31737</link>
      <description>&lt;P&gt;Thanks for the response,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to print proc compare results as table or html.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the below data have display in html or table format:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Variables Summary&lt;BR /&gt;Number of Variables in Common: 3.&lt;BR /&gt;Observation Summary&lt;BR /&gt;Observation Base Compare&lt;BR /&gt;First Obs 1 1&lt;BR /&gt;Last Obs 4 4&lt;BR /&gt;Number of Observations in Common: 4.&lt;BR /&gt;Total Number of Observations Read from&lt;BR /&gt;WORK.DEMOG: 4.&lt;BR /&gt;Total Number of Observations Read from&lt;BR /&gt;WORK.COMPARE: 4.&lt;BR /&gt;Number of Observations with Some Compared Variables&lt;BR /&gt;Unequal: 0.&lt;BR /&gt;Number of Observations with All Compared Variables&lt;BR /&gt;Equal: 4.&lt;BR /&gt;NOTE: No unequal values were found. All values&lt;BR /&gt;compared are exactly equal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 07:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492211#M31737</guid>
      <dc:creator>radha1</dc:creator>
      <dc:date>2018-09-04T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation for compared data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492268#M31742</link>
      <description>&lt;P&gt;The most flexible way would add this statement before running PROC COMPARE:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods trace on;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can see notes in the log about all the pieces of output that ODS stores.&amp;nbsp; You can capture the ones you want as SAS data sets using multiple ODS OUTPUT statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each piece can then be printed using a simple PROC PRINT.&amp;nbsp; You can add as much formatting as you would like, when it comes time to print.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 12:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Table-creation-for-compared-data/m-p/492268#M31742</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-09-04T12:55:44Z</dc:date>
    </item>
  </channel>
</rss>

