<?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 PROC REPORT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT/m-p/469509#M70804</link>
    <description>&lt;P&gt;Hi, I need a&amp;nbsp;code to the below attached file scenario. I need to calculate total paid to john and total paid to monty separately by adding rows&amp;nbsp;&amp;nbsp;and in the end I want to calculate total paid to both by adding both &amp;nbsp;sum columns in the proc report. I am using enterprise guide.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2018 04:28:00 GMT</pubDate>
    <dc:creator>VISHNU239</dc:creator>
    <dc:date>2018-06-12T04:28:00Z</dc:date>
    <item>
      <title>PROC REPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT/m-p/469509#M70804</link>
      <description>&lt;P&gt;Hi, I need a&amp;nbsp;code to the below attached file scenario. I need to calculate total paid to john and total paid to monty separately by adding rows&amp;nbsp;&amp;nbsp;and in the end I want to calculate total paid to both by adding both &amp;nbsp;sum columns in the proc report. I am using enterprise guide.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 04:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT/m-p/469509#M70804</guid>
      <dc:creator>VISHNU239</dc:creator>
      <dc:date>2018-06-12T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT/m-p/469535#M70805</link>
      <description>&lt;P&gt;Thats likely why you are employed to do it.&amp;nbsp; This is a Q&amp;amp;A board, not a contract work.&amp;nbsp; Also, when posting a question, provide test data in the form of a datastep, what the output should look like, and explain any working.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sums can be done in many ways,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;datastep&lt;/P&gt;
&lt;P&gt;proc sql&lt;/P&gt;
&lt;P&gt;proc means/summary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have teh data for your output you would then use proc report to display the data in the pdf, using some compute blocks to add blank lines.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 08:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT/m-p/469535#M70805</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-12T08:06:13Z</dc:date>
    </item>
  </channel>
</rss>

