<?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: export table or figures in SAS University edition or onDemand? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500225#M297</link>
    <description>&lt;P&gt;On Demand is very different than SAS UE so you do need to be clear on which you're using. On Demand operates in the&amp;nbsp;cloud, whereas SAS UE runs locally (assuming you're not use Amazon Web Services. They also have different licenses and modules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should look into ODS to get output to RTF which Word will open as a Word doc or PPTX to get a native PowerPoint document.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods powerpoint file='/folders/myfolders/demo_PP.pptx' style=seaside;
ods rtf file='/folders/myfolders/demo_Word.rtf' style=meadow;

proc means data=sashelp.class;
run;

ods powerpoint close;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check the shared folder for the output and see if it meets your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/220377"&gt;@julieq8880&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How can I export the table and figure to word file or powerpoint files and also print the tables and figures?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Sep 2018 22:28:27 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-30T22:28:27Z</dc:date>
    <item>
      <title>export table or figures in SAS University edition or onDemand?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500210#M295</link>
      <description>&lt;P&gt;How can I export the table and figure to word file or powerpoint files and also print the tables and figures?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 20:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500210#M295</guid>
      <dc:creator>julieq8880</dc:creator>
      <dc:date>2018-09-30T20:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: export table or figures in SAS University edition or onDemand?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500211#M296</link>
      <description>&lt;P&gt;Look at ods rtf and ods powerpoint.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 20:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500211#M296</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-30T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: export table or figures in SAS University edition or onDemand?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500225#M297</link>
      <description>&lt;P&gt;On Demand is very different than SAS UE so you do need to be clear on which you're using. On Demand operates in the&amp;nbsp;cloud, whereas SAS UE runs locally (assuming you're not use Amazon Web Services. They also have different licenses and modules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should look into ODS to get output to RTF which Word will open as a Word doc or PPTX to get a native PowerPoint document.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods powerpoint file='/folders/myfolders/demo_PP.pptx' style=seaside;
ods rtf file='/folders/myfolders/demo_Word.rtf' style=meadow;

proc means data=sashelp.class;
run;

ods powerpoint close;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check the shared folder for the output and see if it meets your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/220377"&gt;@julieq8880&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How can I export the table and figure to word file or powerpoint files and also print the tables and figures?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2018 22:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/export-table-or-figures-in-SAS-University-edition-or-onDemand/m-p/500225#M297</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-30T22:28:27Z</dc:date>
    </item>
  </channel>
</rss>

