<?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: Creating my own rtf tagset does not work in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125979#M10573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Seeing the generated RTF is not as helpful as seeing any error messages in your log. So many different things could be impacting your program. Just because you can see the template in SASUSER does not mean that the proper ODS PATH has been issued so that ODS can USE the template. Since you downloaded this based on a PhUSE paper, did the paper author mention any warnings or things that needed to be done? Are you using EG? Is SAS on a server? It is possible that the server does not have visibility of your SASUSER library where the template is stored? Are&amp;nbsp; you using the BI Platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So many things could be impacting this...I think your best bet for help is to open a track with Tech Support. They can investigate everything that is going on with your template build, your ODS path, your server and point you in the right direction.&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, 14 Nov 2012 20:20:50 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-11-14T20:20:50Z</dc:date>
    <item>
      <title>Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125978#M10572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;I'm trying to modify the rtf tagset (I want to add a header and footer in the rtf document and seen here &lt;/SPAN&gt;&lt;A href="http://www.phuse.eu/download.aspx?type=cms&amp;amp;docID=4197"&gt;&lt;SPAN lang="EN-US"&gt;http://www.phuse.eu/download.aspx?type=cms&amp;amp;docID=4197&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-US"&gt; that this could be done somehow).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;So, my problem begins already by copying the tagset to a new tagset (WITHOUT ANY MODIFYING!). I tried it this way&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;proc template;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define tagset Tagsets.rtf_test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent = tagsets.rtf;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;and I tried copying the rtf tagset code and modify the define statement like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;proc template;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;define tagset Tagsets.Rtf_test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;... tagset code ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;After submitting the proc template, I can see the new tagset in my SASUSER.TEMPLAT storage in the Tagsets folder as rtf_test and all seemed to work well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;But, when I call the new tagset like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;ods tagsets.rtf_test file="&amp;amp;gFilenameListings" uniform pagepanels=none style=ReportStyle.ReportStyle options(contents='yes' toc_data='yes' sect='off' toc_level='1');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;%include "&amp;amp;gProgListings\Listing.sas";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;ods tagsets.rtf_test close;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;The rtf which is created contains only the rtf control words and also not all data which should be in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;The content of the rtf file is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\fonttbl&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\colortbl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\*\bkmkstart IDX}{\*\bkmkend IDX}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\plain\f1\b0\i0\tc\v Listing 1 Demographics&amp;nbsp; \tcf67 \tcl1 }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trhdr\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trhdr\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx3{294\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{ 8\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{13\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{ 12\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{Female \cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{170\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{ 80.0\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx8{28\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx11{not working\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\qr\b\tqdec\tx13{Skin type II \cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\sectd\linex0\endnhere&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\par\par\plain{\field\fldedit{\*\fldinst { TOC \tcf67 \\h }}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\sect\sectd\linex0\endnhere\pgnrestart\pgnstarts1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\header\pard\plain\qr\pvmrg\phmrg\posxr\posy0{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\pard\par}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\*\bkmkstart IDX1}{\*\bkmkend IDX1}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\plain\f1\b0\i0\tc\v Listing 2 Visit Dates&amp;nbsp; \tcf67 \tcl1 }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trhdr\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trhdr\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx3{294\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx11{16-APR-2010\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx11{28-MAY-2010\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx11{09-JUL-2010\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx11{09-OCT-2010\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\pard\plain\intbl\fs3\cf#000000\ql\b\tqdec\tx11{13-MAY-2011\cell}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;\trowd\trkeep\trql\trgaph0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;{\row}&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="EN-US" style="font-family: courier new,courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;When I creatrt e my listing with tagsets.rtf and save the created rtf file as xml then I see that there is much more rtf control syntax in it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;What am I doing wrong? I hope anybody could help me, because I don't understand this behaviour...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:08:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125978#M10572</guid>
      <dc:creator>BlackTea</dc:creator>
      <dc:date>2012-11-14T10:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125979#M10573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Seeing the generated RTF is not as helpful as seeing any error messages in your log. So many different things could be impacting your program. Just because you can see the template in SASUSER does not mean that the proper ODS PATH has been issued so that ODS can USE the template. Since you downloaded this based on a PhUSE paper, did the paper author mention any warnings or things that needed to be done? Are you using EG? Is SAS on a server? It is possible that the server does not have visibility of your SASUSER library where the template is stored? Are&amp;nbsp; you using the BI Platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So many things could be impacting this...I think your best bet for help is to open a track with Tech Support. They can investigate everything that is going on with your template build, your ODS path, your server and point you in the right direction.&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, 14 Nov 2012 20:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125979#M10573</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-14T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125980#M10574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just for information: I made a SAS support entry and they could reproduce this behaviour, but do not know in which SAS maintenance release this bug will be solved...I don't understand though why this seems to work for the guy who wrote the presentation I have found (see my first post).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.3 M0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 08:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125980#M10574</guid>
      <dc:creator>BlackTea</dc:creator>
      <dc:date>2012-11-30T08:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125981#M10575</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; Possibly you could contact the paper author and see whether he would share his code with you. It looks to me like he added extensive sub-options to his version of tagsets.rtf to give him more control over the headers. And, in looking at his slide presentation, he's passing in a lot of RTF control strings (and it's not a trivial task to understand what the correct RTF control strings are).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you write a tagset template, you are writing instruction for how to create ALL of those RTF control strings -- that means you have to know what all of them mean and when and how they should get issued.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The presentation author gave his email address. Have you tried to contact him to ask whether he would share his code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 16:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125981#M10575</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-30T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125982#M10576</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; See the information about the RTF_SAMPLE tagset template in this forum posting:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://communities.sas.com/message/146321#146321"&gt;https://communities.sas.com/message/146321#146321&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>Fri, 30 Nov 2012 22:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125982#M10576</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-30T22:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own rtf tagset does not work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125983#M10577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;many thanks four your hint!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime the SAS Support got me this technical note:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/45/138.html" title="http://support.sas.com/kb/45/138.html"&gt;45138 - Creating an RTF file using a modified version of TAGSETS.RTF generates an RTF file without any style information&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which lists the bug due to which I cannot create my own tagset in the common way.&lt;/P&gt;&lt;P&gt;If I go for the described workaround it works fine and I am able to modify the tagset for the title and footnote inclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with the rtf_sample tagset it is not necessary any more! I don't know why this tagset thing is so unpopular. It really cuts down the working time for the creation of listings for a whole database!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-my-own-rtf-tagset-does-not-work/m-p/125983#M10577</guid>
      <dc:creator>BlackTea</dc:creator>
      <dc:date>2012-12-10T14:44:30Z</dc:date>
    </item>
  </channel>
</rss>

