<?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: How to output raw text to RTF destination with a specific font in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256237#M15391</link>
    <description>&lt;P&gt;This may repeat &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;'s information but I can't access Github from work. One approach would be to create a new ODS style and set the font and size everywhere where to the monospace font.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use that style&amp;nbsp;on an ODS RTF (or tagsets.RTF) statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS RTF file="path\file.rtf" style=MySpecialMono;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;output generating procedures&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS rtf close;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2016 22:16:11 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-03-11T22:16:11Z</dc:date>
    <item>
      <title>How to output raw text to RTF destination with a specific font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256188#M15389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When generating tables and listings for a&amp;nbsp;clinical study report&amp;nbsp;(as in the attachment), in order to fit a lot of&amp;nbsp;columns on a page and to avoid bells and whistles like borders and shadings,&amp;nbsp;I output to a&amp;nbsp;plain text&amp;nbsp;file (ods listing file="report.txt"), then I cut and paste it to MS Word, setting a&amp;nbsp;SAS Monospace font of size 7, but&amp;nbsp;now that I have too many listings to produce,&amp;nbsp;I&amp;nbsp;would like to do&amp;nbsp;it automatically (that is I would like to output directly to an RTF file with the specified font). If there is an easy solution for that, what is it? Otherwise what should I learn do solve this? I use SAS 9.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any tips&lt;/P&gt;&lt;P&gt;Rkk33&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12379i0D96BC171A0BC586/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Listing.png" title="Listing.png" /&gt;</description>
      <pubDate>Fri, 11 Mar 2016 18:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256188#M15389</guid>
      <dc:creator>rkk33</dc:creator>
      <dc:date>2016-03-11T18:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to output raw text to RTF destination with a specific font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256195#M15390</link>
      <description>&lt;P&gt;You need to customize your own template with the spaces and font required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example of one that I've used to customize my reports.&lt;/P&gt;
&lt;P&gt;It might help you get started with yours:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/9603140" target="_blank"&gt;https://gist.github.com/statgeek/9603140&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 19:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256195#M15390</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-11T19:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to output raw text to RTF destination with a specific font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256237#M15391</link>
      <description>&lt;P&gt;This may repeat &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza﻿&lt;/a&gt;'s information but I can't access Github from work. One approach would be to create a new ODS style and set the font and size everywhere where to the monospace font.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use that style&amp;nbsp;on an ODS RTF (or tagsets.RTF) statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS RTF file="path\file.rtf" style=MySpecialMono;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;output generating procedures&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS rtf close;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 22:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256237#M15391</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-11T22:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to output raw text to RTF destination with a specific font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256499#M15393</link>
      <description>&lt;P&gt;Thanks a million Ballardw and Reeza. I am&amp;nbsp;looking into&amp;nbsp;PROC TEMPLATE now, hopefully I will be writing with a style in no time. For any PROC-TEMPLATE-specific questions I will open a new thread.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 08:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-output-raw-text-to-RTF-destination-with-a-specific-font/m-p/256499#M15393</guid>
      <dc:creator>rkk33</dc:creator>
      <dc:date>2016-03-14T08:29:53Z</dc:date>
    </item>
  </channel>
</rss>

