<?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: Title using pretext in style option of proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66029#M7667</link>
    <description>If you can ,changing the style can solve your problem.&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file="c:\temp\table.rtf" &lt;B&gt;style=default&lt;/B&gt;;&lt;BR /&gt;
title ' ';&lt;BR /&gt;
options nodate nonumber;&lt;BR /&gt;
proc report data=sashelp.class nowd style={pretext="title"  };&lt;BR /&gt;
columns name sex age ;&lt;BR /&gt;
define name / display "Name" ;&lt;BR /&gt;
define sex / display "Gender";&lt;BR /&gt;
define age / display "Age" ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;</description>
    <pubDate>Thu, 19 May 2011 03:45:06 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2011-05-19T03:45:06Z</dc:date>
    <item>
      <title>Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66026#M7664</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
I'm tryng to add titles in the BODY area by using  'pretext'  in style option of proc report. &lt;BR /&gt;
The sample code is shown below.&lt;BR /&gt;
&lt;BR /&gt;
ods rtf file="table.rtf" style=journal;&lt;BR /&gt;
options nodate nonumber;&lt;BR /&gt;
proc report data=sashelp.class nowd  style={pretext=" Title" }; &lt;BR /&gt;
columns name sex age ; &lt;BR /&gt;
define name / display "Name" ; &lt;BR /&gt;
define sex / display "Gender"; &lt;BR /&gt;
define age / display "Age" ; &lt;BR /&gt;
run; &lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The code works correctly under SAS ver.9.1.3, however it doesn't seem to work well under  SAS ver.9.2.&lt;BR /&gt;
&lt;BR /&gt;
The output generated under ver.9.2. is like this,&lt;BR /&gt;
&lt;BR /&gt;
  Title ________&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I'd like to delete "underline" next to "Title" which isn't shown in the output generated under SAS ver.9.1.3.&lt;BR /&gt;
Does anyone have an idea how to handle this problem?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
Yasu&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Yasu&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Yasu

Message was edited by: Yasu</description>
      <pubDate>Mon, 16 May 2011 03:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66026#M7664</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2011-05-16T03:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66027#M7665</link>
      <description>Hi:&lt;BR /&gt;
  If you are observing a difference between SAS 9.1.3 and SAS 9.2 behavior when using the same code, then you should open a track with Tech Support. They have both version of SAS available to test with and can help you come to a resolution.&lt;BR /&gt;
&lt;BR /&gt;
    To open a track with Tech Support, fill out the form at this link:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 16 May 2011 04:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66027#M7665</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-05-16T04:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66028#M7666</link>
      <description>Dear cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your prompt reply.&lt;BR /&gt;
And I'm sorry for my poorly-written question.&lt;BR /&gt;
&lt;BR /&gt;
As you guess, the output under SAS 9.2 is differ from that under SAS 9.1.3  even when using the same code. And I have no idea why it is and how to handle this problem.&lt;BR /&gt;
&lt;BR /&gt;
I'll contact Tech Support.&lt;BR /&gt;
&lt;BR /&gt;
Thanks and regards,&lt;BR /&gt;
&lt;BR /&gt;
Yasu</description>
      <pubDate>Mon, 16 May 2011 07:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66028#M7666</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2011-05-16T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66029#M7667</link>
      <description>If you can ,changing the style can solve your problem.&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file="c:\temp\table.rtf" &lt;B&gt;style=default&lt;/B&gt;;&lt;BR /&gt;
title ' ';&lt;BR /&gt;
options nodate nonumber;&lt;BR /&gt;
proc report data=sashelp.class nowd style={pretext="title"  };&lt;BR /&gt;
columns name sex age ;&lt;BR /&gt;
define name / display "Name" ;&lt;BR /&gt;
define sex / display "Gender";&lt;BR /&gt;
define age / display "Age" ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;</description>
      <pubDate>Thu, 19 May 2011 03:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66029#M7667</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-05-19T03:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66030#M7668</link>
      <description>FYI&lt;BR /&gt;
&lt;BR /&gt;
I inquired about this problem at SAS tech support.&lt;BR /&gt;
&lt;BR /&gt;
According to the response from tech support, this trouble is a kind of bug but can be avoided by using "ODS TAGSETRTF" instead of "ODS RTF".&lt;BR /&gt;
&lt;BR /&gt;
Yasu</description>
      <pubDate>Thu, 26 May 2011 04:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66030#M7668</guid>
      <dc:creator>Yasu</dc:creator>
      <dc:date>2011-05-26T04:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66031#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same problem with 9.3. Need to solve this anyhow. I am not familiar with ODS TAGSET.RTF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66031#M7669</guid>
      <dc:creator>averageuser</dc:creator>
      <dc:date>2013-04-10T16:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Title using pretext in style option of proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66032#M7670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are seeing differences between 9.2 and 9.3 with the same code, then you will also want to work with Tech Support (as the original poster did) to resolve your issue. There is documentation on the support.sas.com web site about using TAGSETS.RTF and there are previous forum postings about using TAGSETS.RTF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-using-pretext-in-style-option-of-proc-report/m-p/66032#M7670</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-10T16:10:57Z</dc:date>
    </item>
  </channel>
</rss>

