<?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: in which  case will the table or report be able to be exported to Powerpoint or word file? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502681#M6373</link>
    <description>&lt;P&gt;You can&amp;nbsp;code&amp;nbsp;the ODS statements explicitly as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;showed, or you can check the RTF and/or PowerPoint options in EG's Tools-&amp;gt;Options-Results-&amp;gt;Results General-&amp;gt;Result Formats, which will auto-generate the ODS statements for you in EG's generated wrapper code (which you can&amp;nbsp;see in the log whenever you run code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 13:37:27 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2018-10-09T13:37:27Z</dc:date>
    <item>
      <title>in which  case will the table or report be able to be exported to Powerpoint or word file?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502568#M6371</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will someone show me&amp;nbsp;in which&amp;nbsp; case will the table or report be able to be exported to Powerpoint or word file? also after Every "Proc...run;" ? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 02:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502568#M6371</guid>
      <dc:creator>julieq8880</dc:creator>
      <dc:date>2018-10-09T02:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: in which  case will the table or report be able to be exported to Powerpoint or word file?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502574#M6372</link>
      <description>&lt;P&gt;Powerpoint and RTF are two destinations available in SAS Output Delivery System (ODS). When a destination is open, all procedure output is directed there by default. So, the statements&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Open a destination */
ODS RTF file="c:\temp\myFile.rtf";

/* Create some output */
proc print data=sashelp.class; 
run;

proc univariate data=sashelp.class;
var height weight;
run;

/* Close the destination */
ODS RTF close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will create a Word compatible file. There are lots of options in ODS to control which output goes to the destination and how it is formatted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 03:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502574#M6372</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-10-09T03:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: in which  case will the table or report be able to be exported to Powerpoint or word file?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502681#M6373</link>
      <description>&lt;P&gt;You can&amp;nbsp;code&amp;nbsp;the ODS statements explicitly as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;showed, or you can check the RTF and/or PowerPoint options in EG's Tools-&amp;gt;Options-Results-&amp;gt;Results General-&amp;gt;Result Formats, which will auto-generate the ODS statements for you in EG's generated wrapper code (which you can&amp;nbsp;see in the log whenever you run code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:37:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/in-which-case-will-the-table-or-report-be-able-to-be-exported-to/m-p/502681#M6373</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-10-09T13:37:27Z</dc:date>
    </item>
  </channel>
</rss>

