<?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: SAS job Failing to Read excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501420#M133689</link>
    <description>&lt;P&gt;Are you sure the file is there, if the program tells you its not, I am going to believe that I am afraid.&amp;nbsp; Note that:&lt;/P&gt;
&lt;P&gt;"XYZ.xlsx" is not "X YZ.xslx"&lt;/P&gt;
&lt;P&gt;and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"XYZ.xls" is not "XYZ.xlsx"&lt;/P&gt;
&lt;P&gt;For example.&amp;nbsp; AS we can't see anything of your process, can't help further.&lt;/P&gt;
&lt;P&gt;Note, why on earth are you using xls file format, which is decades out of support. Move to XLSX, or better still bin Office in totum and go with nice plain open source files.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 11:01:38 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-10-04T11:01:38Z</dc:date>
    <item>
      <title>SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501411#M133683</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a .bat file which runs SAS scripts in the background.&lt;BR /&gt;The job has to pick a number of .csv files and .xls files from a specified path and run it to update the database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job is failing to pick the .xls file and failing with the error that. the .xls file was not found. But, that is not the case as the file is already present in that specified path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i run the SAS script individually, there are no errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There has been no code change in the previous months.&lt;BR /&gt;There was a server upgrade where the server was upgraded from Windows server 2008 to Windows server&amp;nbsp;2012. Is that related to this?&lt;/P&gt;&lt;P&gt;Could you guys please help me with a solution for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sreelekha&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 10:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501411#M133683</guid>
      <dc:creator>Sreelekha</dc:creator>
      <dc:date>2018-10-04T10:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501413#M133685</link>
      <description>&lt;P&gt;Windows has such a convoluted security "concept" that it is quite easy to have different permissions (and/or network mounts) between a job run in interactive and a job run in batch mode, as those are different contexts even with the same user-id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: when SAS tells you a file is not there, it's not there, period. Which can mean that the file is actually &lt;EM&gt;there&lt;/EM&gt;, but &lt;EM&gt;there&lt;/EM&gt; is not accessible to the SAS process at this very moment.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 10:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501413#M133685</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-04T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501420#M133689</link>
      <description>&lt;P&gt;Are you sure the file is there, if the program tells you its not, I am going to believe that I am afraid.&amp;nbsp; Note that:&lt;/P&gt;
&lt;P&gt;"XYZ.xlsx" is not "X YZ.xslx"&lt;/P&gt;
&lt;P&gt;and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"XYZ.xls" is not "XYZ.xlsx"&lt;/P&gt;
&lt;P&gt;For example.&amp;nbsp; AS we can't see anything of your process, can't help further.&lt;/P&gt;
&lt;P&gt;Note, why on earth are you using xls file format, which is decades out of support. Move to XLSX, or better still bin Office in totum and go with nice plain open source files.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501420#M133689</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-04T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501422#M133690</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;But the other CSV files from the same path are accessible. Since, yesterday I have been getting this error. Hence, this isnt momentary.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501422#M133690</guid>
      <dc:creator>Sreelekha</dc:creator>
      <dc:date>2018-10-04T11:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501424#M133691</link>
      <description>&lt;P&gt;Yes,&lt;BR /&gt;But the individual script is running fine. Absolutely no errors.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501424#M133691</guid>
      <dc:creator>Sreelekha</dc:creator>
      <dc:date>2018-10-04T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501425#M133692</link>
      <description>&lt;P&gt;Show us the code and the log.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501425#M133692</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-04T11:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS job Failing to Read excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501432#M133696</link>
      <description>&lt;P&gt;Maybe that excel is open or locked.&lt;/P&gt;
&lt;P&gt;Try to copy that excel to somewhere and import the copy file again.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-job-Failing-to-Read-excel-file/m-p/501432#M133696</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-04T11:25:18Z</dc:date>
    </item>
  </channel>
</rss>

