<?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 join two reports into one based on a variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345406#M79461</link>
    <description>&lt;P&gt;You really need to provide an example of the data used to generate the current reports and possibly the code. What you show below looks like output, but from what is unclear. There's probably a number of ways to do what you want, but they'll depend greatly on what your data look like.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 15:02:57 GMT</pubDate>
    <dc:creator>collinelliot</dc:creator>
    <dc:date>2017-03-29T15:02:57Z</dc:date>
    <item>
      <title>How to join two reports into one based on a variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345309#M79436</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I have a doubt.&lt;/P&gt;&lt;P&gt;I would like to join two reports. Both reports are tables and have a page break by the same variable.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Store A&lt;/P&gt;&lt;P&gt;Name Age Sex&lt;/P&gt;&lt;P&gt;aaaaa 22 F&lt;/P&gt;&lt;P&gt;bbbbb 23 M&lt;/P&gt;&lt;P&gt;------------------------&lt;/P&gt;&lt;P&gt;Store B&lt;/P&gt;&lt;P&gt;Name Age Sex&lt;/P&gt;&lt;P&gt;ccccc&amp;nbsp;30 &amp;nbsp;F&lt;/P&gt;&lt;P&gt;ddddd&amp;nbsp;32 M&lt;/P&gt;&lt;P&gt;----------------------------&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Store A&lt;/P&gt;&lt;P&gt;Code&amp;nbsp;Observations&lt;/P&gt;&lt;P&gt;fffffff&amp;nbsp;&amp;nbsp; 123456&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;Store B&lt;/P&gt;&lt;P&gt;Code&amp;nbsp;Observations&lt;/P&gt;&lt;P&gt;eeeee&amp;nbsp;&amp;nbsp; 789&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;I want to creat a unique&amp;nbsp;report that contains the information about that store, like this:&lt;/P&gt;&lt;P&gt;Store A&lt;/P&gt;&lt;P&gt;Name Age Sex&lt;/P&gt;&lt;P&gt;aaaaa 22 F&lt;/P&gt;&lt;P&gt;bbbbb 23 M&lt;/P&gt;&lt;P&gt;Code&amp;nbsp;Observations&lt;/P&gt;&lt;P&gt;fffffff&amp;nbsp;&amp;nbsp; 123456&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;Store B&lt;/P&gt;&lt;P&gt;Name Age Sex&lt;/P&gt;&lt;P&gt;ccccc&amp;nbsp;30 &amp;nbsp;F&lt;/P&gt;&lt;P&gt;ddddd&amp;nbsp;32 M&lt;/P&gt;&lt;P&gt;code&amp;nbsp;Observations&lt;/P&gt;&lt;P&gt;eeeee&amp;nbsp;&amp;nbsp; 789&lt;/P&gt;&lt;P&gt;If you can help me...Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345309#M79436</guid>
      <dc:creator>MITS</dc:creator>
      <dc:date>2017-03-29T10:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two reports into one based on a variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345406#M79461</link>
      <description>&lt;P&gt;You really need to provide an example of the data used to generate the current reports and possibly the code. What you show below looks like output, but from what is unclear. There's probably a number of ways to do what you want, but they'll depend greatly on what your data look like.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 15:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345406#M79461</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-03-29T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two reports into one based on a variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345487#M79480</link>
      <description>&lt;P&gt;SAS generally manipulates data sets and reports are output. So do you mean the "reports" are the results of one of the SAS report procedures such as Proc Print, Report, Tabulate or are those values acutally in data sets that you want ot combine and provide a report from the combined data?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:03:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-join-two-reports-into-one-based-on-a-variable/m-p/345487#M79480</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-29T18:03:38Z</dc:date>
    </item>
  </channel>
</rss>

