<?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: Reserved words for Proc Report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410604#M19783</link>
    <description>Hi,&lt;BR /&gt;  I don't know every RTF control string or control command. If it's not in the O'Reilly book, I search on the RTF spec web site: &lt;A href="http://www.biblioscape.com/rtf15_spec.htm" target="_blank"&gt;http://www.biblioscape.com/rtf15_spec.htm&lt;/A&gt; and if I do a Ctrl+F on that page and search for \tqdec, it looks like it is setting a decimal tab.&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;BR /&gt;</description>
    <pubDate>Sat, 04 Nov 2017 23:01:04 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-11-04T23:01:04Z</dc:date>
    <item>
      <title>Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409937#M19763</link>
      <description>&lt;P&gt;During the latest two weeks I saw/used several 'reserved words' for Proc Report like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;~R/RTF'\brdrb\brdrs\brdrw1'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;pretext="\qj\tqdec\tx800 "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;#byval(XXX)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Could anybody provide a link on the full list of such reserved words.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 17:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409937#M19763</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-11-02T17:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409941#M19764</link>
      <description>&lt;P&gt;The first two look like RTF commands and so should only have an impact on ODS RTF output. Although I assume that the PREFIX= option is probably a PROC REPORT feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last one is standard feature of using BY statement values in TITLES and should have nothing to do with PROC REPORT.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 17:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409941#M19764</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-02T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409946#M19766</link>
      <description>Thank you! What are the RTF commands? Where to read about them more?</description>
      <pubDate>Thu, 02 Nov 2017 17:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409946#M19766</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-11-02T17:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409955#M19767</link>
      <description>&lt;P&gt;Rich Text Format was published by MicroSoft.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might start with Wikipedia.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Rich_Text_Format" target="_blank"&gt;https://en.wikipedia.org/wiki/Rich_Text_Format&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there are numerous SAS related articles also.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/search?q=%40lexjansen.com+rtf+syntax" target="_blank"&gt;https://www.google.com/search?q=%40lexjansen.com+rtf+syntax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 18:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/409955#M19767</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-02T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410502#M19780</link>
      <description>I like to use this O'Reilly book to investigate RTF control strings/commands: &lt;A href="http://shop.oreilly.com/product/9780596004750.do" target="_blank"&gt;http://shop.oreilly.com/product/9780596004750.do&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 04 Nov 2017 02:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410502#M19780</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-11-04T02:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410576#M19782</link>
      <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the book. There is the qj command there but there is no tqdec. Could you please explain how it works.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;\qj\tqdec\tx800&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2017 18:47:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410576#M19782</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-11-04T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reserved words for Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410604#M19783</link>
      <description>Hi,&lt;BR /&gt;  I don't know every RTF control string or control command. If it's not in the O'Reilly book, I search on the RTF spec web site: &lt;A href="http://www.biblioscape.com/rtf15_spec.htm" target="_blank"&gt;http://www.biblioscape.com/rtf15_spec.htm&lt;/A&gt; and if I do a Ctrl+F on that page and search for \tqdec, it looks like it is setting a decimal tab.&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Nov 2017 23:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Reserved-words-for-Proc-Report/m-p/410604#M19783</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-11-04T23:01:04Z</dc:date>
    </item>
  </channel>
</rss>

