<?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: Full title is not showing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253545#M15319</link>
    <description>&lt;P&gt;Thank you for this. I think it's so close!!! I tried your code, and I also slightly modified the code, to match similar code that I have but it's still doesn't work for some reason. The page numbers do not go to the right hand side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title1 "Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L) ~{style [textalign=right]} ~{pageof}";&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 18:20:27 GMT</pubDate>
    <dc:creator>djrisks</dc:creator>
    <dc:date>2016-03-01T18:20:27Z</dc:date>
    <item>
      <title>Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253458#M15309</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to produce titles in RTF, but when I open the RTF document, the first title stops before CAXX-X. I've attached an image to show what is happening. Please can you help? Many thanks, in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset = all; * Resetting title, i.e. the SAS System;&lt;BR /&gt;ods escapechar = "~";&lt;BR /&gt;options orientation = landscape;&lt;BR /&gt;&lt;BR /&gt;title1 j=l 'Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L)' j=r "~{pageof}";&lt;BR /&gt;title2 "ITT Population" j=r "&amp;amp;timdat.";&lt;BR /&gt;title3 "AAA-BB-CCCC – Phase 2" j=r "PDPM";&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12333i5E5020D60A0BAECC/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="titles.PNG" title="titles.PNG" /&gt;</description>
      <pubDate>Tue, 01 Mar 2016 15:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253458#M15309</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-01T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253463#M15310</link>
      <description>&lt;P&gt;I am just guessing here, as can't test at the moment, but when you write out to RTF, and then load in Word, Word itself sections out titles into a left box, a center box and a middle box. &amp;nbsp;So I am wondering if the fact that you have a j=1 and j=r on the same line is causing Word to truncate at the centered box. &amp;nbsp;Is there a reason to have page in the title, in all clinical outputs I have seen, Page x of y is a footnote, generally on its own row, same with date/time of run e.g.:&lt;/P&gt;
&lt;P&gt;Summary of ...&lt;/P&gt;
&lt;P&gt;ITT Population&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;----------&lt;/P&gt;
&lt;P&gt;Last run: ddmmyy&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Page x of y&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 15:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253463#M15310</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-01T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253465#M15311</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9﻿&lt;/a&gt;. Yes it's because I have the the Page x of y on the right hand side. That also is how they want the report. Have you got any idea how to include it on the same line please? I guess when I done it in the past, I may have calculated the spaces in the report and then concatenated title1 with the Page x of y, so that the Page x of y appeared on the right hand side, and the full title was shown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 15:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253465#M15311</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-01T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253476#M15312</link>
      <description>&lt;P&gt;Notice that box can be resized by dragging the right border&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2104iDDB84CAA65B26A73/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;All we have to do is figure out how to do that with SAS.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2105iA9DD0C4B7B28B09E/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 16:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253476#M15312</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-03-01T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253484#M15314</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__﻿&lt;/a&gt;. I ended up using this solution in the end because I needed to do it programmatically.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let ls = 136;&lt;BR /&gt;%let title1 = Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L);&lt;BR /&gt;%let tit1 = %nrbquote(&amp;amp;title1 %sysfunc(repeat(%str( ),%eval(&amp;amp;ls - %length(&amp;amp;title1) -12))) ~{pageof});&lt;BR /&gt;&lt;BR /&gt;goptions reset = all; * Resetting title, i.e. the SAS System;&lt;BR /&gt;ods escapechar = "~";&lt;BR /&gt;options orientation = landscape;&lt;BR /&gt;&lt;BR /&gt;title1 "&amp;amp;tit1.";&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 16:22:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253484#M15314</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-01T16:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253489#M15316</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10604"&gt;@djrisks﻿&lt;/a&gt;&amp;nbsp;yes &lt;SPAN&gt;programmatically&lt;/SPAN&gt;. &amp;nbsp;I expect there is a way to include some in-line RTF code in the title statement to set the cell size but I don't know what that is. &amp;nbsp;I bet Cynthia knows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RTF code looks like this from my example. &amp;nbsp;If you change 7554 to say&amp;nbsp;13554 the left cell is enlarged&amp;nbsp;and you get the desired result. &amp;nbsp;Editing the RTF is the last resort but "everyone" I know does it all the time. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;{\par}
\pard\trowd\trkeep\trqc
\cltxlrtb\clvertalt\clcbpat8\clpadt10\clpadft3\clpadr10\clpadfr3\cellx7554
\cltxlrtb\clvertalt\clcbpat8\clpadt10\clpadft3\clpadr10\clpadfr3\cellx15118
\pard\plain\intbl\b\i\sb10\sa10\ql\f1\fs26\cf1{Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L)\cell}
\pard\plain\intbl\b\i\sb10\sa10\qr\f1\fs26\cf1{{\field{\*\fldinst { PAGE }}}{ of }{\field{\*\fldinst { NUMPAGES }}}\cell}
{\row}
&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 16:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253489#M15316</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-03-01T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253502#M15317</link>
      <description>&lt;P&gt;Okay great, thank you for this tip too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 17:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253502#M15317</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-01T17:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253512#M15318</link>
      <description>&lt;P&gt;Well, this should work (supported by: &lt;A href="http://www.lexjansen.com/phuse/2007/cs/CS08.pdf):" target="_blank"&gt;http://www.lexjansen.com/phuse/2007/cs/CS08.pdf):&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;ods escapechar="^" noresults;
title1 "^S={just=left} Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L) ^S={just=right} ^{pageof}";
title2 "ITT Population" ;
title3 "AAA-BB-CCCC – Phase 2" j=r "PDPM";
options orientation=landscape;
ods rtf file="s:\temp\rob\temp.rtf";
proc print data=sashelp.class;
run;
ods rtf close;
&lt;/PRE&gt;
&lt;P&gt;I.e. putting style information in the title. &amp;nbsp;However it seems to be ignoring the style information in my SAS setup, but that might just be my SAS setup! &amp;nbsp;Try it. &amp;nbsp;This should also work, but for some reason my SAS is only recognising the escape character sometimes?&lt;/P&gt;
&lt;PRE&gt;ods escapechar='#';
ods noresults;
title1 "#R/RTF{\ql} Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L) #R/RTF{\qr} #{page} of #{lastpage}";
title2 "ITT Population" ;
title3 "AAA-BB-CCCC – Phase 2" j=r "PDPM";
options orientation=landscape;
ods rtf file="s:\temp\rob\temp.rtf" bodytitle;
proc print data=sashelp.class;
run;
ods rtf close;&lt;/PRE&gt;
&lt;P&gt;Can't help any more at the mo, will have a look tomorrow when I can get a fresh SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 17:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253512#M15318</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-03-01T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253545#M15319</link>
      <description>&lt;P&gt;Thank you for this. I think it's so close!!! I tried your code, and I also slightly modified the code, to match similar code that I have but it's still doesn't work for some reason. The page numbers do not go to the right hand side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title1 "Summary of Change from Baseline and Percentage Change from Baseline in CAXX-X Tumor Marker (U/L) ~{style [textalign=right]} ~{pageof}";&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 18:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253545#M15319</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-01T18:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253875#M15336</link>
      <description>&lt;P&gt;Are you using ODS RTF or ODS tagsets.RTF to generate your output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are differences between the two and a change might help. Maybe. No promise.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253875#M15336</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-02T16:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253877#M15337</link>
      <description>&lt;P&gt;Thanks, I'm using ODS RTF...&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/253877#M15337</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-02T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/254037#M15339</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;Unfortunately, nothing you do in SAS code for&amp;nbsp; RTF will allow you to "drag" the title table borders. The only way I know of to impact the RTF is to explicitly change the sizes as you suggested -- some people will post-process the RTF file (which is just ASCII text) with a program.&lt;BR /&gt;&lt;BR /&gt;My other suggestion is to pad the long title with non-breaking spaces; or to put the page x of y on title1, by itself, then to put the long title on title2.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 02:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/254037#M15339</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-03-03T02:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Full title is not showing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/254279#M15345</link>
      <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for letting me know and for your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kriss&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 18:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Full-title-is-not-showing/m-p/254279#M15345</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-03-03T18:30:59Z</dc:date>
    </item>
  </channel>
</rss>

