<?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: ods excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/524025#M142452</link>
    <description>&lt;P&gt;ODS EXCEL is pre-production from SAS 9.4 M1/M2.&lt;/P&gt;
&lt;P&gt;It is production as of M3, but still has some bugs. In M5, the version I work with, most bugs are gone and it works decently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect your version is too old. This will tell you your SAS version in the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I work with&amp;nbsp;SAS enterprise guide 7.13&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to write ods excel code and I get an error&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/path/yourfilename.xlsx";
proc freq data=sashelp.class;
  tables age;
run;
proc freq data=sashelp.class;
  tables sex;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 00:53:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-01-02T00:53:16Z</dc:date>
    <item>
      <title>ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523987#M142437</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I work with&amp;nbsp;SAS enterprise guide 7.13&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to write ods excel code and I get an error&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/path/yourfilename.xlsx";
proc freq data=sashelp.class;
  tables age;
run;
proc freq data=sashelp.class;
  tables sex;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jan 2019 08:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523987#M142437</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-01-01T08:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523997#M142444</link>
      <description>&lt;P&gt;Which SAS version are you on? According to &lt;A href="http://support.sas.com/kb/56/909.html" target="_blank"&gt;http://support.sas.com/kb/56/909.html&lt;/A&gt;, this needs at least 9.4 M1.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 14:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523997#M142444</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-01T14:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/524004#M142446</link>
      <description>&lt;P&gt;I have just tested your code in SAS Studio&lt;/P&gt;&lt;P&gt;It works.&lt;BR /&gt;The log is shown below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: ODS statements in the SAS Studio environment may disable some output features.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 ods excel file="/folders/myfolders/Excel/test_01JAN2019.xlsx";&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;75 /*&lt;A href="https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523987*/" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/523987*/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 proc freq data=sashelp.class;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 tables age;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.12 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.10 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 proc freq data=sashelp.class;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 tables sex;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.07 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.05 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 ods excel close;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Writing EXCEL file: /folders/myfolders/Excel/test_01JAN2019.xlsx&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;97&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 17:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/524004#M142446</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2019-01-01T17:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/524025#M142452</link>
      <description>&lt;P&gt;ODS EXCEL is pre-production from SAS 9.4 M1/M2.&lt;/P&gt;
&lt;P&gt;It is production as of M3, but still has some bugs. In M5, the version I work with, most bugs are gone and it works decently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect your version is too old. This will tell you your SAS version in the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159549"&gt;@Ronein&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I work with&amp;nbsp;SAS enterprise guide 7.13&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to write ods excel code and I get an error&lt;/P&gt;
&lt;P&gt;ERROR: Unable to load module 'SpreadsheetML' from template store!&lt;BR /&gt;ERROR: No body file. EXCEL output will not be created.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="/path/yourfilename.xlsx";
proc freq data=sashelp.class;
  tables age;
run;
proc freq data=sashelp.class;
  tables sex;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 00:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-excel/m-p/524025#M142452</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-02T00:53:16Z</dc:date>
    </item>
  </channel>
</rss>

