<?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 Excel Export on AIX in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393139#M19239</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a bit of trouble with xls export. This following code snippet runs in EG on Windows but when I executed in a SAS session on AIX it throws&amp;nbsp;the following error:&amp;nbsp;&lt;STRONG&gt;ERROR: No body file. EXCEL output will not be created.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='/sas/text.xls';
   proc print data=aaa;
   run;
 ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The path is in a directory on the AIX and I can write files to that location via the EG but as I said in a SAS session on AIX it throws an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance and kind regards&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2017 10:07:05 GMT</pubDate>
    <dc:creator>Criptic</dc:creator>
    <dc:date>2017-09-05T10:07:05Z</dc:date>
    <item>
      <title>Excel Export on AIX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393139#M19239</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a bit of trouble with xls export. This following code snippet runs in EG on Windows but when I executed in a SAS session on AIX it throws&amp;nbsp;the following error:&amp;nbsp;&lt;STRONG&gt;ERROR: No body file. EXCEL output will not be created.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='/sas/text.xls';
   proc print data=aaa;
   run;
 ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The path is in a directory on the AIX and I can write files to that location via the EG but as I said in a SAS session on AIX it throws an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance and kind regards&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393139#M19239</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-09-05T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export on AIX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393143#M19240</link>
      <description>&lt;P&gt;Well, first off the ods Excel engine is for creating XLSX files - i.e. the latest Open Office format files, so good idea to call them that. &amp;nbsp;Secondly AIX, I don't think Office is on that platform is it, so neither will the engine needed to create the files be. &amp;nbsp;You will probably have to use pcfiles, or use a tagset output such as:&lt;/P&gt;
&lt;P&gt;ods tagsets.excelxp file="...abc.xml";&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;This XML output can be opened in Excel.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393143#M19240</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-05T10:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export on AIX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393148#M19241</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'd check these options too:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" target="_self"&gt;http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Especially these:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#p1d0tocg3njhmfn1d4ld2covlwm0.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#p1d0tocg3njhmfn1d4ld2covlwm0.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/" target="_self"&gt;http://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393148#M19241</guid>
      <dc:creator>devrant</dc:creator>
      <dc:date>2017-09-05T10:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export on AIX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393170#M19242</link>
      <description>&lt;P&gt;Thank you for the pointers, that solved it for me&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 11:55:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393170#M19242</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-09-05T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export on AIX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393171#M19243</link>
      <description>&lt;P&gt;Thank you for your answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 11:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-Export-on-AIX/m-p/393171#M19243</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2017-09-05T11:55:42Z</dc:date>
    </item>
  </channel>
</rss>

