<?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: ODS No title on first page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314376#M17393</link>
    <description>This might help:&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/sgf09/318-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/sgf09/318-2009.pdf&lt;/A&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Fri, 25 Nov 2016 23:22:53 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-11-25T23:22:53Z</dc:date>
    <item>
      <title>ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314314#M17389</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably a simple question for experienced ODS people. &amp;nbsp;I have a template that is a modification of styles.rtf. &amp;nbsp;See below (I took out a bunch of font stuff). I'm getting titles starting on the second page. &amp;nbsp;How do I get them to start on the first page? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods tagsets.rtf file="xx.rtf" options(continue_tag='ON') style=bodydoc10;&lt;BR /&gt; title1 j=l "&amp;amp;tt1";&lt;BR /&gt; title2 j=l "&amp;amp;tt2";&lt;BR /&gt; ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the code for the style:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc template;&lt;BR /&gt; edit styles.rtf as styles.bodydoc10;&lt;/P&gt;
&lt;P&gt;style pageno from pageno /&lt;BR /&gt; font=fonts("StrongFont")&lt;BR /&gt; TopMargin=0.5in&lt;BR /&gt; RightMargin=0.75in&lt;BR /&gt; pretext="Page "&lt;BR /&gt; posttext=" of ^{lastpage} ";&lt;/P&gt;
&lt;P&gt;replace Body from Document /&lt;BR /&gt; bottommargin = _undef_&lt;BR /&gt; topmargin = _undef_&lt;BR /&gt; rightmargin = _undef_&lt;BR /&gt; leftmargin = _undef_;&lt;/P&gt;
&lt;P&gt;style table from container / cellpadding=2 cellspacing=2 borderwidth=2&lt;BR /&gt; rules = cols&lt;BR /&gt; frame = box&lt;BR /&gt; background = _undef_;&lt;/P&gt;
&lt;P&gt;style header /&lt;BR /&gt; posttext="^R/RTF'\brdrb\brdrhair\BRDRCF1'"&lt;BR /&gt; background=white font_face="Courrier New";&lt;/P&gt;
&lt;P&gt;style rowheader from header ;&lt;/P&gt;
&lt;P&gt;style color_list &lt;BR /&gt; "Colors used in the default style" / &lt;BR /&gt; 'link' = black &lt;BR /&gt; 'bgH' = white &lt;BR /&gt; 'fg' = black &lt;BR /&gt; 'bg' = white; &lt;BR /&gt; &lt;BR /&gt; style table from output/&lt;BR /&gt; background = _undef_&lt;BR /&gt; frame=hsides&lt;BR /&gt; rules=groups&lt;BR /&gt; cellpadding = 2pt&lt;BR /&gt; cellspacing = 0pt&lt;BR /&gt; borderwidth = 1pt;&lt;/P&gt;
&lt;P&gt;style byline from bylinecontainer / font_size=7.5 ; /* Controls by var fontsize for by lines(wilcoxon).*/&lt;/P&gt;
&lt;P&gt;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314314#M17389</guid>
      <dc:creator>evp000</dc:creator>
      <dc:date>2016-11-25T14:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314317#M17390</link>
      <description>&lt;P&gt;I just partially solved the problem by taking out the obtitle statement in proc document. &amp;nbsp;I now have the title on every page. &amp;nbsp;However, I lose the "(Continued)" at the bottom of the page, which I'd like to keep. &amp;nbsp;Suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314317#M17390</guid>
      <dc:creator>evp000</dc:creator>
      <dc:date>2016-11-25T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314361#M17391</link>
      <description>&lt;P&gt;HI:&lt;/P&gt;
&lt;P&gt;Since you are using the TAGSETS.RTF destination, it might be that something in your template has broken the continued at the end of the page, but if you are&amp;nbsp; also using PROC DOCUMENT for the replay to TAGSETS.RTF, this might be something you want to work on with Tech Support. Someone would have to look at all your code, including the PROC DOCUMENT code to really see where things were breaking down.&lt;BR /&gt;&lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 20:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314361#M17391</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-11-25T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314364#M17392</link>
      <description>&lt;P&gt;Thanks for your reply. &amp;nbsp;I'd never even heard of proc document until I was put on this project (automating the titles) so that part is a mystery to me. &amp;nbsp;I will follow up with them next week. &amp;nbsp;Have a good weekend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 20:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314364#M17392</guid>
      <dc:creator>evp000</dc:creator>
      <dc:date>2016-11-25T20:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314376#M17393</link>
      <description>This might help:&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/sgf09/318-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/sgf09/318-2009.pdf&lt;/A&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 25 Nov 2016 23:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314376#M17393</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-11-25T23:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS No title on first page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314848#M17400</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 15:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-No-title-on-first-page/m-p/314848#M17400</guid>
      <dc:creator>evp000</dc:creator>
      <dc:date>2016-11-28T15:39:37Z</dc:date>
    </item>
  </channel>
</rss>

