<?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 doesn't work in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608988#M23575</link>
    <description>&lt;P&gt;Please show the log including the error message. Posting it using {i}-icon is recommended.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 09:18:10 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-12-03T09:18:10Z</dc:date>
    <item>
      <title>ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608986#M23574</link>
      <description>&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a little problem. I want to export data from sas to excel through ods statement but it doesn't work. An error message diplays. Anyboby can help me ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;PRE&gt;ods excel file="‪C:\sasTestRapport\Classeur16.xlsx" 
options(sheet_name="Feuil3" );



proc print data= work._PRODSAVAIL;
var name;
run;

ods excel close;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kate &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608986#M23574</guid>
      <dc:creator>kate8987</dc:creator>
      <dc:date>2019-12-03T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608988#M23575</link>
      <description>&lt;P&gt;Please show the log including the error message. Posting it using {i}-icon is recommended.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608988#M23575</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-12-03T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608990#M23576</link>
      <description>&lt;P&gt;i have the same error message with this code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc export data=work._PRODSAVAIL dbms=excel

outfile="‪C:\sasTestRapport\Classeur16.xlsx";

run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608990#M23576</guid>
      <dc:creator>kate8987</dc:creator>
      <dc:date>2019-12-03T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608991#M23577</link>
      <description>&lt;P&gt;hello andreas_lds,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no log only the error message you can see in my segond post?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:34:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/608991#M23577</guid>
      <dc:creator>kate8987</dc:creator>
      <dc:date>2019-12-03T09:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609021#M23578</link>
      <description>&lt;P&gt;You have an invisible UTF character in your filename string:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;6f 75 74 66 69 6c 65 3d 22 e2 80 aa 43 3a 5c 73
 o  u  t  f  i  l  e  =  "           C  :  \  s&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The sequence e280aa can't be translated to the wlatin1 encoding your SAS server session uses. Retype the filename.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 11:48:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609021#M23578</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-03T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609046#M23579</link>
      <description>&lt;P&gt;thank you for your response. Now i have this message :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\sasTestRapport\Classeur16.xlsx.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 13:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609046#M23579</guid>
      <dc:creator>kate8987</dc:creator>
      <dc:date>2019-12-03T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609047#M23580</link>
      <description>&lt;P&gt;Note that if you work with Enterprise Guide and use a remote workspace server, that server does not have access to your desktop's C: drive.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609047#M23580</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-03T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609049#M23581</link>
      <description>&lt;P&gt;in fact i have changed the path file&amp;nbsp; with the good one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\\T39PP\f_ev\ECR\_ires privés\mir\Classeur2.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.... and it still doesn't work .. i think i don't&amp;nbsp; have permission . What do you think about this idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609049#M23581</guid>
      <dc:creator>kate8987</dc:creator>
      <dc:date>2019-12-03T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609058#M23582</link>
      <description>&lt;P&gt;What is the exact message you get in the log? Please post the whole log of the step, using the {i} button.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609058#M23582</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-03T14:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609289#M23589</link>
      <description>&lt;P&gt;And mind that you have a non-standard character in that path. That is always a &lt;FONT size="4"&gt;&lt;STRONG&gt;VERY BAD&lt;/STRONG&gt;&lt;/FONT&gt; idea.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 07:37:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609289#M23589</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-04T07:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609563#M23598</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/301963"&gt;@kate8987&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;in fact i have changed the path file&amp;nbsp; with the good one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\\T39PP\f_ev\ECR\_ires priv&lt;FONT color="#ff00ff" size="4"&gt;&lt;STRONG&gt;é&lt;/STRONG&gt;&lt;/FONT&gt;s\mir\Classeur2.xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.... and it still doesn't work .. i think i don't&amp;nbsp; have permission . What do you think about this idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kate&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I have the luxury of not having to deal with non-English SAS environment. The use of characters other than the non-accented and such A-Z a-z and _ in paths is generally a good idea. If you have permissions I would try \\T39PP\f_ev\ECR\Classeur2.xlsx and see if that might work.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 23:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-EXCEL-doesn-t-work/m-p/609563#M23598</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-12-04T23:04:37Z</dc:date>
    </item>
  </channel>
</rss>

