<?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: Change Titles between Pages in ODS RTF in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Change-Titles-between-Pages-in-ODS-RTF/m-p/659653#M197578</link>
    <description>&lt;P&gt;Have you had a look here?&lt;/P&gt;
&lt;H2&gt;Sample&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;46576:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;Create a title page in ODS PDF or ODS RTF&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/46/576.html" target="_blank"&gt;https://support.sas.com/kb/46/576.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2020 08:13:09 GMT</pubDate>
    <dc:creator>Norman21</dc:creator>
    <dc:date>2020-06-16T08:13:09Z</dc:date>
    <item>
      <title>Change Titles between Pages in ODS RTF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-Titles-between-Pages-in-ODS-RTF/m-p/658294#M197297</link>
      <description>&lt;P&gt;I am trying to make a RTF document that uses one title on a coverpage and a separate title for the rest of the document. Below is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/******** RTF ********/
ods rtf file="&amp;amp;path.\Rules Committee Report\rules_committee_football.rtf" 
	columns=2 startpage=no;

/* cover page */
title1 j=r color=white bcolor=&amp;amp;Dblue height=10pt font='Arial' "^\line NCAA Football Rules Committee Report ^\tab ^\line";
title2 j=c color=&amp;amp;Dblue height=14pt font='Arial' "^\line NCAA Football Rules Committee Meeting^\line Injury Surveillance Report ^\line"; 
footnote j=c color=white bcolor=&amp;amp;Dblue height=8pt font='Arial' 
	"^\line Datalys Center | 401 West Michigan Street, Suite 500 | Indianapolis, Indiana 46202 | 855-832-4222 ^\line";
ods rtf text= "^S={just=l preimage='C:/Users/Todd/Dropbox/Datalys/Rules Committee Report/rc_title.png'}" columns=2;
proc odstext; 
	p "n/a";
run;

ods rtf startpage=now;

title3 j=c "^S={preimage='C:/Users/Todd/Dropbox/Datalys/Rules Committee Report/isp_logo2.png'}";
proc odstext;
	h "Statement of Confidentiality" / style={fontfamily='Arial' font_size=12pt};
	p "n/a";
run;

/* close rtf */
ods rtf close;
ods html;
/**** end rtf report ****/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have tried a number of different numberings, using 'title;' between them, etc. and still can't get different titles on the separate pages.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2020 19:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-Titles-between-Pages-in-ODS-RTF/m-p/658294#M197297</guid>
      <dc:creator>tburus</dc:creator>
      <dc:date>2020-06-13T19:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change Titles between Pages in ODS RTF</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-Titles-between-Pages-in-ODS-RTF/m-p/659653#M197578</link>
      <description>&lt;P&gt;Have you had a look here?&lt;/P&gt;
&lt;H2&gt;Sample&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;46576:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;Create a title page in ODS PDF or ODS RTF&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/46/576.html" target="_blank"&gt;https://support.sas.com/kb/46/576.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 08:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-Titles-between-Pages-in-ODS-RTF/m-p/659653#M197578</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2020-06-16T08:13:09Z</dc:date>
    </item>
  </channel>
</rss>

