<?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: PROC PRINT to EXCEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778104#M247663</link>
    <description>&lt;P&gt;Something like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close;
ods excel file = "S:\SASPC\PNC\class.xlsx";

proc print data = sashelp.class;
run;

ods excel close;
ods html;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 Nov 2021 08:15:56 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2021-11-03T08:15:56Z</dc:date>
    <item>
      <title>PROC PRINT to EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778097#M247660</link>
      <description>&lt;P&gt;Is it possible to save the result of proc print in excel format as export and not in html?&lt;/P&gt;&lt;PRE&gt;  
proc print data=diff n noobs sumlabel='Titak' grandtotal_label='Grand Total';
   sum Custmer Price Sold ;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Nov 2021 07:45:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778097#M247660</guid>
      <dc:creator>Palucci</dc:creator>
      <dc:date>2021-11-03T07:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT to EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778103#M247662</link>
      <description>&lt;P&gt;Yes. Use the ODS Excel Destination.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Plenty of examples online &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 08:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778103#M247662</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-11-03T08:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC PRINT to EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778104#M247663</link>
      <description>&lt;P&gt;Something like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close;
ods excel file = "S:\SASPC\PNC\class.xlsx";

proc print data = sashelp.class;
run;

ods excel close;
ods html;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Nov 2021 08:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-PRINT-to-EXCEL/m-p/778104#M247663</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-11-03T08:15:56Z</dc:date>
    </item>
  </channel>
</rss>

