<?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: ERROR: Physical file does not exist and one prefix extra &amp;quot;/&amp;quot; forward slash in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365698#M86889</link>
    <description>&lt;P&gt;The error line like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\Dantu\Desktop\SASDATA\/Age.xlsx.".&lt;/P&gt;
&lt;P&gt;with mix of /&amp;nbsp; and \ tells be that SAS is likely executing in a Unix / Linux environment and you told it to look at a windows path. Note the assumption that the windows is subordinate to the SASApp directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The single most common cause we see here for this is as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;suggests followed by a server SAS install and your Server cannot see your desktop and is looking in the server file system for the file. Which may recquire using one of the wizards or tasks that allows the server to import files on your machine.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2017 14:36:24 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-09T14:36:24Z</dc:date>
    <item>
      <title>ERROR: Physical file does not exist and one prefix extra "/" forward slash</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365647#M86874</link>
      <description>&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I'm trying to write a sample SAS program which suppose to extract data from Excel file @ my Desktop and write the data into my "Work.Age" table in SAS.&lt;BR /&gt;But I am getting the error as&lt;BR /&gt;"ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\Dantu\Desktop\SASDATA\/Age.xlsx.".&lt;/P&gt;&lt;DIV class="text_exposed_show"&gt;&lt;P&gt;It shows in the log one prefix extra "/" forward slash before "Age.xlsx" which is my input excel. But in the actual code there is no such extra forward slash.&lt;/P&gt;&lt;P&gt;Requesting to help me out in this issue.&lt;/P&gt;&lt;P&gt;Program ==&amp;gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE="C:\Users\Dantu\Desktop\SASDATA\Age.xlsx"&lt;BR /&gt;out=work.Age&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;REPLACE;&lt;BR /&gt;SHEET="AgeTab";&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;Error Log ==&amp;gt;&lt;/P&gt;&lt;P&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;61&lt;BR /&gt;62 PROC IMPORT DATAFILE="C:\Users\Dantu\Desktop\SASDATA\Age.xlsx"&lt;BR /&gt;63 out=work.Age&lt;BR /&gt;64 DBMS=XLSX&lt;BR /&gt;65 REPLACE;&lt;BR /&gt;66 SHEET="AgeTab";&lt;BR /&gt;67 GETNAMES=YES;&lt;BR /&gt;68 RUN;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\Dantu\Desktop\SASDATA\/Age.xlsx.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;69&lt;BR /&gt;70 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;83&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365647#M86874</guid>
      <dc:creator>ramdantu</dc:creator>
      <dc:date>2017-06-09T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist and one prefix extra "/" forward slash</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365651#M86876</link>
      <description>&lt;P&gt;Are you using SAS UE?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, see the instructions in the Help Centre, or search on here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Studio-quot-physical-file-does-not-exist/m-p/365649#M2723" target="_blank"&gt;https://communities.sas.com/t5/SAS-Studio/SAS-University-Edition-Studio-quot-physical-file-does-not-exist/m-p/365649#M2723&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 13:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365651#M86876</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-09T13:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist and one prefix extra "/" forward slash</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365698#M86889</link>
      <description>&lt;P&gt;The error line like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\Dantu\Desktop\SASDATA\/Age.xlsx.".&lt;/P&gt;
&lt;P&gt;with mix of /&amp;nbsp; and \ tells be that SAS is likely executing in a Unix / Linux environment and you told it to look at a windows path. Note the assumption that the windows is subordinate to the SASApp directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The single most common cause we see here for this is as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;suggests followed by a server SAS install and your Server cannot see your desktop and is looking in the server file system for the file. Which may recquire using one of the wizards or tasks that allows the server to import files on your machine.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-and-one-prefix-extra-quot/m-p/365698#M86889</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-09T14:36:24Z</dc:date>
    </item>
  </channel>
</rss>

