<?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 Proc Import SAS On Demand for Academics in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833636#M673</link>
    <description>&lt;P&gt;Post the error from that last screenshot to confirm it's the same error as your original post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also note that your screenshot &lt;STRONG&gt;does not show the path included in your first post&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 15:26:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-09-15T15:26:55Z</dc:date>
    <item>
      <title>Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833612#M668</link>
      <description>&lt;P&gt;Hello, I have been using SAS On Demand for awhile now and recently having trouble with the Proc Import process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error, and it seems to be something odd with a double slash. Can someone please help me? I've been doing the import process in SAS On Demand for awhile and never had this problem! My file is already has already been uploaded to the SAS On Demand online system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 /* Generated Code (IMPORT) */&lt;/DIV&gt;&lt;DIV class=""&gt;70 /* Source File: CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx */&lt;/DIV&gt;&lt;DIV class=""&gt;71 /* Source Path: /home/agollenb0 */&lt;/DIV&gt;&lt;DIV class=""&gt;72 /* Code generated on: 9/15/22, 10:02 AM */&lt;/DIV&gt;&lt;DIV class=""&gt;73&lt;/DIV&gt;&lt;DIV class=""&gt;74 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class=""&gt;75&lt;/DIV&gt;&lt;DIV class=""&gt;76&lt;/DIV&gt;&lt;DIV class=""&gt;77 FILENAME REFFILE '/home/agollenb0/CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx';&lt;/DIV&gt;&lt;DIV class=""&gt;78&lt;/DIV&gt;&lt;DIV class=""&gt;79 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class=""&gt;80 DBMS=XLSX&lt;/DIV&gt;&lt;DIV class=""&gt;81 OUT=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class=""&gt;82 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class=""&gt;83 RUN;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT face="arial black,avant garde"&gt;ERROR: Physical file does not exist,&lt;/FONT&gt; /home/agollenb0//CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833612#M668</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833616#M669</link>
      <description>&lt;P&gt;Find the file under Servers Folders and Files, right click it and select properties. Copy the path from the file to the your code and see if that works. If it doesn't, please show a screenshot of the properties pane.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/433973"&gt;@Agollenb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello, I have been using SAS On Demand for awhile now and recently having trouble with the Proc Import process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get the following error, and it seems to be something odd with a double slash. Can someone please help me? I've been doing the import process in SAS On Demand for awhile and never had this problem! My file is already has already been uploaded to the SAS On Demand online system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class=""&gt;68&lt;/DIV&gt;
&lt;DIV class=""&gt;69 /* Generated Code (IMPORT) */&lt;/DIV&gt;
&lt;DIV class=""&gt;70 /* Source File: CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx */&lt;/DIV&gt;
&lt;DIV class=""&gt;71 /* Source Path: /home/agollenb0 */&lt;/DIV&gt;
&lt;DIV class=""&gt;72 /* Code generated on: 9/15/22, 10:02 AM */&lt;/DIV&gt;
&lt;DIV class=""&gt;73&lt;/DIV&gt;
&lt;DIV class=""&gt;74 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;
&lt;DIV class=""&gt;75&lt;/DIV&gt;
&lt;DIV class=""&gt;76&lt;/DIV&gt;
&lt;DIV class=""&gt;77 FILENAME REFFILE '/home/agollenb0/CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx';&lt;/DIV&gt;
&lt;DIV class=""&gt;78&lt;/DIV&gt;
&lt;DIV class=""&gt;79 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;
&lt;DIV class=""&gt;80 DBMS=XLSX&lt;/DIV&gt;
&lt;DIV class=""&gt;81 OUT=WORK.IMPORT;&lt;/DIV&gt;
&lt;DIV class=""&gt;82 GETNAMES=YES;&lt;/DIV&gt;
&lt;DIV class=""&gt;83 RUN;&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;FONT face="arial black,avant garde"&gt;ERROR: Physical file does not exist,&lt;/FONT&gt; /home/agollenb0//CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.&lt;/DIV&gt;
&lt;DIV class=""&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;
&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833616#M669</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-15T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833621#M670</link>
      <description>&lt;P&gt;Here is the screenshot. I believe the path is correct. Still showing errors. I also tried in Chrome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agollenb_0-1663253956665.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75283i0B483CA99F345F47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Agollenb_0-1663253956665.png" alt="Agollenb_0-1663253956665.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:59:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833621#M670</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T14:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833629#M671</link>
      <description>&lt;P&gt;You didn't do the copy/paste...your picture shows a folder MT2 but that's not in your path before the file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/433973"&gt;@Agollenb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Here is the screenshot. I believe the path is correct. Still showing errors. I also tried in Chrome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agollenb_0-1663253956665.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75283i0B483CA99F345F47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Agollenb_0-1663253956665.png" alt="Agollenb_0-1663253956665.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833629#M671</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-15T15:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833634#M672</link>
      <description>&lt;P&gt;I used the auto generated proc import. I verified the path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Agollenb_0-1663255344175.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75284iB27F17AAC756F931/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Agollenb_0-1663255344175.png" alt="Agollenb_0-1663255344175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833634#M672</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833636#M673</link>
      <description>&lt;P&gt;Post the error from that last screenshot to confirm it's the same error as your original post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also note that your screenshot &lt;STRONG&gt;does not show the path included in your first post&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833636#M673</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-15T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833637#M674</link>
      <description>&lt;P&gt;Here is the error output: I can't figure out why there is an extra slash in the error code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Errors (2)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Warnings&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Notes (7)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 libname MT2 "/home/agollenb0/MT2";&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Libref MT2 refers to the same physical library as _TEMP6.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Libref MT2 was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class=""&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class=""&gt;Physical Name: /home/agollenb0/MT2&lt;/DIV&gt;&lt;DIV class=""&gt;70 run;&lt;/DIV&gt;&lt;DIV class=""&gt;71&lt;/DIV&gt;&lt;DIV class=""&gt;72 /* Generated Code (IMPORT) */&lt;/DIV&gt;&lt;DIV class=""&gt;73 /* Source File: 3Month.xlsx */&lt;/DIV&gt;&lt;DIV class=""&gt;74 /* Source Path: /home/agollenb0/MT2 */&lt;/DIV&gt;&lt;DIV class=""&gt;75 /* Code generated on: 9/15/22, 11:10 AM */&lt;/DIV&gt;&lt;DIV class=""&gt;76&lt;/DIV&gt;&lt;DIV class=""&gt;77 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class=""&gt;78&lt;/DIV&gt;&lt;DIV class=""&gt;79&lt;/DIV&gt;&lt;DIV class=""&gt;80 FILENAME REFFILE '/home/agollenb0/MT2/3Month.xlsx';&lt;/DIV&gt;&lt;DIV class=""&gt;81&lt;/DIV&gt;&lt;DIV class=""&gt;82&lt;/DIV&gt;&lt;DIV class=""&gt;83&lt;/DIV&gt;&lt;DIV class=""&gt;84 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class=""&gt;85 DBMS=XLSX&lt;/DIV&gt;&lt;DIV class=""&gt;86 OUT=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class=""&gt;87 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class=""&gt;88 RUN;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;ERROR: Physical file does not exist, /home/agollenb0/MT2//3Month.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833637#M674</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T15:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833638#M675</link>
      <description>&lt;P&gt;I tried renaming the file. And it still doesn't work. I'm sorry for the trouble, I have a big deadline and cannot figure out why my data will not import.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833638#M675</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833641#M676</link>
      <description>&lt;P&gt;None of the code or errors posted match your screenshots.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post the log from teh following but I can't be sure that the file name is correct because it's cut off in your shots. Note that the file paths are case sensitive which is why I'm saying to copy/paste the filepath from the properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME REFFILE '/home/agollenb0/MT2/CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx';

 PROC IMPORT DATAFILE=REFFILE
 DBMS=XLSX
 OUT=WORK.IMPORT;
 GETNAMES=YES;
 RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833641#M676</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-15T15:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833643#M677</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;68&lt;/DIV&gt;&lt;DIV class=""&gt;69 /* Generated Code (IMPORT) */&lt;/DIV&gt;&lt;DIV class=""&gt;70 /* Source File: CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx */&lt;/DIV&gt;&lt;DIV class=""&gt;71 /* Source Path: /home/agollenb0/MT2 */&lt;/DIV&gt;&lt;DIV class=""&gt;72 /* Code generated on: 9/15/22, 11:33 AM */&lt;/DIV&gt;&lt;DIV class=""&gt;73&lt;/DIV&gt;&lt;DIV class=""&gt;74 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class=""&gt;75&lt;/DIV&gt;&lt;DIV class=""&gt;76&lt;/DIV&gt;&lt;DIV class=""&gt;77 FILENAME REFFILE '/home/agollenb0/MT2/CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.xlsx';&lt;/DIV&gt;&lt;DIV class=""&gt;78&lt;/DIV&gt;&lt;DIV class=""&gt;79 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class=""&gt;80 DBMS=XLSX&lt;/DIV&gt;&lt;DIV class=""&gt;81 OUT=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class=""&gt;82 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class=""&gt;83 RUN;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Physical file does not exist, /home/agollenb0/MT2//CLEAN.3Month.InfantDrivenFeeding3M.DATA_2022.Final.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;user cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;memory 2355.87k&lt;/DIV&gt;&lt;DIV class=""&gt;OS Memory 28840.00k&lt;/DIV&gt;&lt;DIV class=""&gt;Timestamp 09/15/2022 03:33:22 PM&lt;/DIV&gt;&lt;DIV class=""&gt;Step Count 119 Switch Count 0&lt;/DIV&gt;&lt;DIV class=""&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class=""&gt;Page Reclaims 511&lt;/DIV&gt;&lt;DIV class=""&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class=""&gt;Voluntary Context Switches 3&lt;/DIV&gt;&lt;DIV class=""&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class=""&gt;Block Output Operations 0&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;84&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;85 PROC CONTENTS DATA=WORK.IMPORT; RUN;&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: File WORK.IMPORT.DATA does not exist.&lt;/DIV&gt;&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833643#M677</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833660#M678</link>
      <description>&lt;P&gt;I figured it out! It was because the spreadsheet was password protected!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 16:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833660#M678</guid>
      <dc:creator>Agollenb</dc:creator>
      <dc:date>2022-09-15T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error: physical file does not exist Proc Import SAS On Demand for Academics</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833669#M679</link>
      <description>Good catch!&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2022 16:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Error-physical-file-does-not-exist-Proc-Import-SAS-On-Demand-for/m-p/833669#M679</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-09-15T16:54:35Z</dc:date>
    </item>
  </channel>
</rss>

