<?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 RTF in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817388#M34514</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I was using the following codes to download my results as an RTF file from SAS online studio, but now when I use it, the file doesn't download. So I need a help to download my result in RTF or word file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf on ; ods rtf file="myfilelocation\filename.rtf "style=sasweb startpage=no bodytitle;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title1'title1 '; proc print data=data1;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title2'title2'; proc print data=data2;run; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods startpage=yes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf close;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 02:19:10 GMT</pubDate>
    <dc:creator>Ragya</dc:creator>
    <dc:date>2022-06-10T02:19:10Z</dc:date>
    <item>
      <title>downloading results</title>
      <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817384#M34508</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was using the following codes to download my results as an RTF file from SAS online studio, but now when I use it, the file doesn't download. So I need a help to download my result in RTF or word file.&lt;/P&gt;&lt;P&gt;ods rtf on ;&lt;BR /&gt;ods rtf file="myfilelocation\filename.rtf "style=sasweb startpage=no bodytitle;&lt;BR /&gt;title1'title1 ';&lt;BR /&gt;proc print data=data1;run;&lt;BR /&gt;title2'title2';&lt;BR /&gt;proc print data=data2;run;&lt;BR /&gt;ods startpage=yes;&lt;BR /&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817384#M34508</guid>
      <dc:creator>Ragya</dc:creator>
      <dc:date>2022-06-10T02:01:13Z</dc:date>
    </item>
    <item>
      <title>RTF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817388#M34514</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I was using the following codes to download my results as an RTF file from SAS online studio, but now when I use it, the file doesn't download. So I need a help to download my result in RTF or word file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf on ; ods rtf file="myfilelocation\filename.rtf "style=sasweb startpage=no bodytitle;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title1'title1 '; proc print data=data1;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title2'title2'; proc print data=data2;run; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods startpage=yes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf close;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817388#M34514</guid>
      <dc:creator>Ragya</dc:creator>
      <dc:date>2022-06-10T02:19:10Z</dc:date>
    </item>
    <item>
      <title>ods rtf</title>
      <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817390#M34512</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I was using the following codes to download my results as an RTF file from SAS online studio, but now when I use it, the file doesn't download. So I need a help to download my result in RTF or word file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf on ; ods rtf file="myfilelocation\filename.rtf "style=sasweb startpage=no bodytitle;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title1'title1 '; proc print data=data1;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;title2'title2'; proc print data=data2;run; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods startpage=yes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods rtf close;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 02:21:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817390#M34512</guid>
      <dc:creator>Ragya</dc:creator>
      <dc:date>2022-06-10T02:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf</title>
      <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817397#M34513</link>
      <description>&lt;P&gt;What does the LOG show?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I expect the first statement to throw&amp;nbsp; errors like this:&lt;/P&gt;
&lt;PRE&gt;378  ods rtf on;
             --
             22
             76
ERROR 22-322: Syntax error, expecting one of the following: EXCLUDE, SELECT.
ERROR 76-322: Syntax error, statement will be ignored.
&lt;/PRE&gt;
&lt;P&gt;Copy the text from the log when run that code. On the forum open a text box with the &amp;lt;/&amp;gt; icon that appears above the message box and then paste the text.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 03:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817397#M34513</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-10T03:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: downloading results</title>
      <link>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817400#M34515</link>
      <description>&lt;P&gt;Multiple identical posts combined.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 03:41:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/downloading-results/m-p/817400#M34515</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-10T03:41:34Z</dc:date>
    </item>
  </channel>
</rss>

