<?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: Customized Summary Lines in PROC REPORT in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5074#M2054</link>
    <description>Hi, Peter:&lt;BR /&gt;
  The easiest thing to do is make your DATE variable a usage of DISPLAY. Here's the thing:&lt;BR /&gt;
[pre]&lt;BR /&gt;
define mydate / 'My Date';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
without any usage on the statement (after the slash) is the same as asking for the SUM statistic of the ANALYSIS usage -- since the date is a numeric variable.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
define mydate / display 'My Date';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Should prevent the summarization of the date value (so will making it an ORDER or GROUP usage) -- but DISPLAY would be the place to start.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 15 Oct 2007 15:14:55 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-10-15T15:14:55Z</dc:date>
    <item>
      <title>Customized Summary Lines in PROC REPORT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5073#M2053</link>
      <description>When I use a BREAK statement on a group variable, the SUMMARIZE option will create a total for all columns.  How do I suppress the summarization of certain columns (such as date values)?  &lt;BR /&gt;
&lt;BR /&gt;
I don't want to use a compute block because that will create one row spanning the entire report.  I need the selected summarized values to line up under the appropriate column in excel.</description>
      <pubDate>Mon, 15 Oct 2007 15:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5073#M2053</guid>
      <dc:creator>Petersi</dc:creator>
      <dc:date>2007-10-15T15:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Summary Lines in PROC REPORT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5074#M2054</link>
      <description>Hi, Peter:&lt;BR /&gt;
  The easiest thing to do is make your DATE variable a usage of DISPLAY. Here's the thing:&lt;BR /&gt;
[pre]&lt;BR /&gt;
define mydate / 'My Date';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
without any usage on the statement (after the slash) is the same as asking for the SUM statistic of the ANALYSIS usage -- since the date is a numeric variable.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
define mydate / display 'My Date';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Should prevent the summarization of the date value (so will making it an ORDER or GROUP usage) -- but DISPLAY would be the place to start.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 15 Oct 2007 15:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5074#M2054</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-10-15T15:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Summary Lines in PROC REPORT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5075#M2055</link>
      <description>Thanks Cynthia!</description>
      <pubDate>Mon, 15 Oct 2007 15:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Customized-Summary-Lines-in-PROC-REPORT/m-p/5075#M2055</guid>
      <dc:creator>Petersi</dc:creator>
      <dc:date>2007-10-15T15:27:47Z</dc:date>
    </item>
  </channel>
</rss>

