<?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: Can anyone please provide me suitable RTF Tag in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215528#M14148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how you're combining your files.&amp;nbsp; If it was in MS Word you could create a Section Break before each section.&amp;nbsp; &lt;/P&gt;&lt;P&gt;For SAS you could try adding the /sect tag at the beginning of your report. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Apr 2015 15:41:54 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-04-04T15:41:54Z</dc:date>
    <item>
      <title>Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215524#M14144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;"&gt;I am using The below RTF tag to print the page number(page x of y) in the body part of the RTF file. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; Page ^R/RTF'{\chpgn}' of &amp;amp;laspg&lt;/H3&gt;&lt;H3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;"&gt;Note: &amp;amp;laspg is the macro variable which i have assigned to the value for Y calculation and i do not have problem with this. I have a problem with '{\chpgn}' tag. Because after merging the two rtf files, page numbers which are present at the body part of the rtf files were changing, I wanted page numbers should not be change at body part of the footnote even after combining the two or three rtf outputs.&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With thanks&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;DIV id="__if72ru4sdfsdfrkjahiuyi_once" style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV id="__hggasdgjhsagd_once" style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 03:45:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215524#M14144</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2015-04-03T03:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215525#M14145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check RTF specs at: &lt;A href="https://msdn.microsoft.com/en-us/library/aa140302(v=office.10).aspx" title="https://msdn.microsoft.com/en-us/library/aa140302(v=office.10).aspx"&gt;Appendix B: Index of RTF Control Words&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 13:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215525#M14145</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-03T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215526#M14146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have a program that generates Page X of Y notations, using RTF tags where the X is \chpgn and is an RTF tag. &lt;/P&gt;&lt;P&gt;It works if you export a single document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you then merge that document into another document, into the middle or end I'm assuming, the page is automatically updated to reflect the current position in the document. This makes perfect sense since the RTF tag is \chpgn uses the current page number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I was doing this manually, I would create different sections and there's an option for separate page numbering for each section so I would fix my merging of documents so that each was it's own section and that might avoid this problem.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other things to try are for the first page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #2a2a2a; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;CODE&gt;\&lt;/CODE&gt;pgnstart&lt;EM&gt;N&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #2a2a2a; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or use &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;\Sect&lt;/STRONG&gt;&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your RTF code to create an RTF that has a unique section.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need a combination of the above to get it to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 17:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215526#M14146</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-03T17:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215527#M14147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you valuable suggestion, I think it would solve my problem.&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;In your answer you have mentioned about an"option for separate page numbering for each section", Could you please explain about it and how can I use with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With thanks,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;DIV id="__if72ru4sdfsdfrkjahiuyi_once" style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV id="__hggasdgjhsagd_once" style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 03:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215527#M14147</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2015-04-04T03:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215528#M14148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how you're combining your files.&amp;nbsp; If it was in MS Word you could create a Section Break before each section.&amp;nbsp; &lt;/P&gt;&lt;P&gt;For SAS you could try adding the /sect tag at the beginning of your report. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 15:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215528#M14148</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-04T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215529#M14149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the below and provide the alternative tag for Page X, that tag must resolve in line statement of compute block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods rtf file='myrtf.rtf';&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class;&lt;/P&gt;&lt;P&gt;title 'Page ^{thispage} of ^{laspg}';&lt;/P&gt;&lt;P&gt;%let lastshet=5;&lt;/P&gt;&lt;P&gt;compute after _page_ / left;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;line "Page ^R/RTF'{\chpgn}' of &amp;amp;lastshet";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 09:11:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215529#M14149</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2015-04-06T09:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215530#M14150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Hi Reeza,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; color: #2a2a2a;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit;"&gt;\&lt;/CODE&gt;pgnstart&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;N &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; color: #2a2a2a;"&gt;&lt;/STRONG&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt; \Sect&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&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; tags are not resolving in the compute block.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods escapechar='^';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods listing close;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods rtf file='myrtf.rtf';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc report data=sashelp.class;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;title 'Page ^{thispage} of ^{laspg}';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let lastshet=5;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;compute after _page_ / left;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;line "Page ^R/RTF'{&lt;STRONG style="font-size: 13.3333330154419px; font-style: inherit; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; color: #2a2a2a;"&gt;&lt;CODE style="font-weight: inherit; font-style: inherit;"&gt;\&lt;/CODE&gt;pgnstart&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;N&lt;/EM&gt;&lt;/STRONG&gt;}' of &amp;amp;lastshet";&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;endcomp;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods listing;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 05:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215530#M14150</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2015-04-07T05:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215531#M14151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just fix it yourself in the data prior to output?&amp;nbsp; E.g. in your output dataset:&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Of&lt;/P&gt;&lt;P&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;X&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Then you can achieve your desired output by using proc report, breaking after Page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 08:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215531#M14151</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-07T08:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215532#M14152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it may solves the problem, but I in my condition I am assigning page values dynamically and I have a calculated program for Y. Only option I have is to use rtf tag for printing of X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 09:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215532#M14152</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2015-04-07T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone please provide me suitable RTF Tag</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215533#M14153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I tried it manually, e.g. by creating some individual RTF files and then appending them and seeing what tags I needed to get the page numbers in each section to start renumbering.&amp;nbsp; You can do the same to see what tags you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you need a /sect AND /sectd /pgnstart to set each section of your code, this does not become part of your Proc Report code, that stays the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code below isn't exact and is untested but I think it should l&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ook something like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods RTF TEXT= "^R/RTF'{/sect }";&lt;/P&gt;&lt;P&gt;ods RTF TEXT= "^R/RTF'{/sectd /pgnstart}";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report code....&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods RTF TEXT= "^R/RTF'{/sect }";&lt;/P&gt;&lt;P&gt;ods RTF TEXT= "^R/RTF'{/sectd /pgnstart}";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-anyone-please-provide-me-suitable-RTF-Tag/m-p/215533#M14153</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-10T16:56:48Z</dc:date>
    </item>
  </channel>
</rss>

