<?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: How to create a  report using proc tabulate by reading two datasets in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255498#M17925</link>
    <description>&lt;P&gt;There probably is. &amp;nbsp;Depends on how your data relates to each other. &amp;nbsp;You would either need to summarise each then merge together, or merge together and then summarise. &amp;nbsp;Hard to say, please provide test data (in the form of a datastep) for each of your data and might be able to see.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2016 11:43:38 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-03-09T11:43:38Z</dc:date>
    <item>
      <title>How to create a  report using proc tabulate by reading two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255492#M17924</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to create create one report using proc tabulate by reading two datasets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find sample layout attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thokozani&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255492#M17924</guid>
      <dc:creator>Thokozani</dc:creator>
      <dc:date>2016-03-09T10:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  report using proc tabulate by reading two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255498#M17925</link>
      <description>&lt;P&gt;There probably is. &amp;nbsp;Depends on how your data relates to each other. &amp;nbsp;You would either need to summarise each then merge together, or merge together and then summarise. &amp;nbsp;Hard to say, please provide test data (in the form of a datastep) for each of your data and might be able to see.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255498#M17925</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-09T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  report using proc tabulate by reading two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255523#M17930</link>
      <description>&lt;P&gt;RW9 was right on the money. Pre-summarization is the way. And please provide some sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to make certain upfront: there is no way to specify two tables in the PROC TABULATE statement/ It's just not in the syntax. A view would be the closest you can get to "Tabulate reading two datasets".&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 14:11:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255523#M17930</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-09T14:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a  report using proc tabulate by reading two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255553#M17937</link>
      <description>&lt;P&gt;"Table" has enough uses that one needs to be just a bit precise when mixing usages (Data table, report table, table statement as a minimum). Which is why SAS often refers to data sets for the data, referenced&amp;nbsp;in most procedures with statement data=,&amp;nbsp;and table for output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Tabulate and most procedures accept a single dataset as input. Many of the procedures produce multiple tables as output.&lt;/P&gt;
&lt;P&gt;Proc Tabulate does support multiple Table statements in a single procedure call, so you can get significantly different bits of output with a single data set reference. But the input will only be a single data set.&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>Wed, 09 Mar 2016 15:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-report-using-proc-tabulate-by-reading-two/m-p/255553#M17937</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-09T15:34:27Z</dc:date>
    </item>
  </channel>
</rss>

