<?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: proc report: suppress title repeating for each by group in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68592#M7889</link>
    <description>Bart,&lt;BR /&gt;
&lt;BR /&gt;
  You could try replacing the TITLE statement with and ODS TEXT= statement.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
    <pubDate>Tue, 01 Sep 2009 13:31:21 GMT</pubDate>
    <dc:creator>David_SAS</dc:creator>
    <dc:date>2009-09-01T13:31:21Z</dc:date>
    <item>
      <title>proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68591#M7888</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to suppress the title specified on the TITLE statement from repeating for every BY group in PROC REPORT?&lt;BR /&gt;
&lt;BR /&gt;
-Bart</description>
      <pubDate>Tue, 01 Sep 2009 08:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68591#M7888</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2009-09-01T08:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68592#M7889</link>
      <description>Bart,&lt;BR /&gt;
&lt;BR /&gt;
  You could try replacing the TITLE statement with and ODS TEXT= statement.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Tue, 01 Sep 2009 13:31:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68592#M7889</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2009-09-01T13:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68593#M7890</link>
      <description>Hi David,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your answer.&lt;BR /&gt;
&lt;BR /&gt;
Using ODS TEXT= generates an error message:&lt;BR /&gt;
&lt;BR /&gt;
  ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
&lt;BR /&gt;
Is ods text sas92 only?&lt;BR /&gt;
&lt;BR /&gt;
-Bart</description>
      <pubDate>Tue, 01 Sep 2009 14:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68593#M7890</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2009-09-01T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68594#M7891</link>
      <description>Bart,&lt;BR /&gt;
&lt;BR /&gt;
  ODS TEXT= is new to SAS 9.2:&lt;BR /&gt;
&lt;BR /&gt;
  &lt;A href="http://support.sas.com/rnd/base/new92/92odsmore.html#odstext" target="_blank"&gt;http://support.sas.com/rnd/base/new92/92odsmore.html#odstext&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
 SAS 9.1 has destination-specific TEXT=, e.g.:&lt;BR /&gt;
&lt;BR /&gt;
  ods pdf file="out.pdf" text="Hello World!';&lt;BR /&gt;
  ods html file="out.html" text="Hello World!";&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Tue, 01 Sep 2009 15:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68594#M7891</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2009-09-01T15:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68595#M7892</link>
      <description>Hi David,&lt;BR /&gt;
&lt;BR /&gt;
My program runs as a stored process, I think that ods html statements won't work there.&lt;BR /&gt;
&lt;BR /&gt;
-Bart</description>
      <pubDate>Tue, 01 Sep 2009 15:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68595#M7892</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2009-09-01T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68596#M7893</link>
      <description>Bart,&lt;BR /&gt;
&lt;BR /&gt;
 I recommend contacting Technical Support.  To do that, click "Contact Us" at the bottom of the forum web page.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Tue, 01 Sep 2009 15:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68596#M7893</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2009-09-01T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc report: suppress title repeating for each by group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68597#M7894</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I tracked the problem with Techsupp, they came up with the following solution, which works perfectly:&lt;BR /&gt;
&lt;BR /&gt;
[PRE]&lt;BR /&gt;
&lt;BR /&gt;
proc sort data=sashelp.class out=sorted;&lt;BR /&gt;
  by age;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
%put &amp;amp;_ODSDEST;&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  if  "&amp;amp;_ODSDEST" eq "HTML" then&lt;BR /&gt;
     Ods html Text="Test Bart- EOM";&lt;BR /&gt;
  if "&amp;amp;_ODSDEST" eq "PDF" then&lt;BR /&gt;
     Ods PDF Text="Test Bart- EOM";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=sorted nowindows;&lt;BR /&gt;
  column name sex weight;&lt;BR /&gt;
  by age;&lt;BR /&gt;
  define name / display;&lt;BR /&gt;
  define sex / display;&lt;BR /&gt;
  define weight / display;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
[/PRE]&lt;BR /&gt;
&lt;BR /&gt;
Replacing:&lt;BR /&gt;
[PRE]&lt;BR /&gt;
&lt;BR /&gt;
    Text="Test Bart- EOM"&lt;BR /&gt;
&lt;BR /&gt;
[/PRE]&lt;BR /&gt;
with:&lt;BR /&gt;
[PRE]&lt;BR /&gt;
&lt;BR /&gt;
    Text="&amp;lt;span class=""c SystemTitle""&amp;gt;Test Bart- EOM&amp;lt;/span&amp;gt;"&lt;BR /&gt;
&lt;BR /&gt;
[/PRE]&lt;BR /&gt;
preserves the title style.&lt;BR /&gt;
&lt;BR /&gt;
- Bart&lt;BR /&gt;
&lt;BR /&gt;
Added PRE tages around SAS code

Message was edited by: bheinsius</description>
      <pubDate>Thu, 10 Sep 2009 13:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-suppress-title-repeating-for-each-by-group/m-p/68597#M7894</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2009-09-10T13:44:08Z</dc:date>
    </item>
  </channel>
</rss>

