<?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: SAS 9.2: Where did my title go? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44883#M5938</link>
    <description>Eric&lt;BR /&gt;
&lt;BR /&gt;
With all due respect, in SAS 9.1.3 there is a title above PROC TTEST, while in SAS 9.2 there is no title above PROC TTEST. It shouldn't matter whether I use gtitle or nogtitle, there should be a title there, because neither affects PROC TTEST. Having used SAS for over 20 years now, the SAS 9.1.3 behavior is what I expect.</description>
    <pubDate>Thu, 11 Sep 2008 12:20:33 GMT</pubDate>
    <dc:creator>Paige</dc:creator>
    <dc:date>2008-09-11T12:20:33Z</dc:date>
    <item>
      <title>SAS 9.2: Where did my title go?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44880#M5935</link>
      <description>ods html file='acg.html' path='c:\data\users\xxxxxx\temp'&lt;BR /&gt;
        gpath='c:\data\users\xxxxxx\temp';&lt;BR /&gt;
title "This is Title 1";&lt;BR /&gt;
proc capability data=sashelp.class;&lt;BR /&gt;
        var height;&lt;BR /&gt;
        comphist height/class=sex;&lt;BR /&gt;
run;&lt;BR /&gt;
proc ttest data=sashelp.class;&lt;BR /&gt;
        var height;&lt;BR /&gt;
        class sex;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
&lt;BR /&gt;
There is no title above the PROC TTEST output in the .html file in SAS&lt;BR /&gt;
9.2. Where did it go? How can I turn it on?&lt;BR /&gt;
&lt;BR /&gt;
In SAS 9.1.3, the title appears above the PROC TTEST output, as&lt;BR /&gt;
expected. &lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Paige Miller&lt;BR /&gt;
paige\dot\miller \at\ kodak\dot\com</description>
      <pubDate>Wed, 10 Sep 2008 16:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44880#M5935</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2008-09-10T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2: Where did my title go?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44881#M5936</link>
      <description>Paige,&lt;BR /&gt;
&lt;BR /&gt;
  I have reproduced the problem you report with ODS HTML in SAS 9.2.  We in ODS R&amp;amp;D will investigate it.  I don't have a workaround for it at this time.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Wed, 10 Sep 2008 18:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44881#M5936</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2008-09-10T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2: Where did my title go?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44882#M5937</link>
      <description>The title is part of the graph image.  If you want the title to be separate you need to specify nogtitle&lt;BR /&gt;
on the ods html statement.</description>
      <pubDate>Wed, 10 Sep 2008 21:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44882#M5937</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2008-09-10T21:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2: Where did my title go?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44883#M5938</link>
      <description>Eric&lt;BR /&gt;
&lt;BR /&gt;
With all due respect, in SAS 9.1.3 there is a title above PROC TTEST, while in SAS 9.2 there is no title above PROC TTEST. It shouldn't matter whether I use gtitle or nogtitle, there should be a title there, because neither affects PROC TTEST. Having used SAS for over 20 years now, the SAS 9.1.3 behavior is what I expect.</description>
      <pubDate>Thu, 11 Sep 2008 12:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44883#M5938</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2008-09-11T12:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2: Where did my title go?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44884#M5939</link>
      <description>Paige,&lt;BR /&gt;
&lt;BR /&gt;
  You're correct that this is a defect.  We are working on a fix for the next SAS 9 release.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 12 Sep 2008 13:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-Where-did-my-title-go/m-p/44884#M5939</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2008-09-12T13:28:26Z</dc:date>
    </item>
  </channel>
</rss>

