<?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 Different styles in the same RTF file. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31521#M4700</link>
    <description>I have an RTF file which contains multiple types of reports. Each type of report is created with a different PROC REPORT; statement. Is there an easy way to change the style each report uses without writing to multiple files, or do I have to pick a base style and code the changes to all the elements as options to each PROC REPORT?</description>
    <pubDate>Wed, 16 Dec 2009 21:45:47 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-16T21:45:47Z</dc:date>
    <item>
      <title>Different styles in the same RTF file.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31521#M4700</link>
      <description>I have an RTF file which contains multiple types of reports. Each type of report is created with a different PROC REPORT; statement. Is there an easy way to change the style each report uses without writing to multiple files, or do I have to pick a base style and code the changes to all the elements as options to each PROC REPORT?</description>
      <pubDate>Wed, 16 Dec 2009 21:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31521#M4700</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-16T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different styles in the same RTF file.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31522#M4701</link>
      <description>Hi:&lt;BR /&gt;
  It is possible to change styles "mid-document" as shown in the example code below. The key is to ONLY use the STYLE= option on your intermediate ODS RTF statement(s). I have used STARTPAGE=NO so you can easily compare all 3 output styles on 1 page.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file='c:\temp\chgstyle.rtf' style=journal startpage=no;&lt;BR /&gt;
              &lt;BR /&gt;
  title 'Change Style in ODS RTF';&lt;BR /&gt;
  proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
  run;&lt;BR /&gt;
           &lt;BR /&gt;
ods rtf style=ocean;&lt;BR /&gt;
         &lt;BR /&gt;
  proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
  run;&lt;BR /&gt;
            &lt;BR /&gt;
ods rtf style=watercolor;&lt;BR /&gt;
               &lt;BR /&gt;
  proc report data=sashelp.class(obs=3) nowd;&lt;BR /&gt;
  run;&lt;BR /&gt;
           &lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Wed, 16 Dec 2009 22:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31522#M4701</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-16T22:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Different styles in the same RTF file.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31523#M4702</link>
      <description>Thank you!</description>
      <pubDate>Wed, 16 Dec 2009 22:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Different-styles-in-the-same-RTF-file/m-p/31523#M4702</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-16T22:16:23Z</dc:date>
    </item>
  </channel>
</rss>

