<?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 e-Course &amp;quot;Programming 1: Essentials&amp;quot; throws &amp;quot;Physical file does not exist&amp;quot; error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205571#M306379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you place a copy of the file to be read in a folder in your VM in that path? Does the CASE match?&lt;BR /&gt;If you named the folder ECPRG193 then the folder name doesn't match the expected path, same with the file name, must be lower case when you look at it from the VM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 17:47:50 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-08-24T17:47:50Z</dc:date>
    <item>
      <title>SAS e-Course "Programming 1: Essentials" throws "Physical file does not exist" error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205570#M306378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently doing the SAS e-Course "Programming 1: Essentials". When I try to do Lessons 2's first Activity &lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;("&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #000000; font-family: Arial, sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;Copy and paste the following program into the editor of your SAS environment, and then submit the program.")&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, I get the following ERROR message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #c5ced8;"&gt;ERROR: Physical file does not exist, /folders/myfolders/ecprg193/newemps.csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the following warnings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="sasWarning focus-line" id="sasLogWarning1_1440411160529" style="color: green; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #c5ced8;"&gt;WARNING: The data set WORK.NEWSALESEMPS may be incomplete. When this step was stopped there were 0 observations and 4 variables.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning2_1440411160529" style="color: green; font-family: Consolas, Courier, 'Courier New'; font-size: 16px; background-color: #ffffff;"&gt;WARNING: Datei WORK.NEWSALESEMPS wurde nicht ersetzt. Grund: da dieser Schritt angehalten wurde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the SAS-University-Edition, defined the orion library, have the Red Hat instance running in the Oracle VM VirtualBox and keep the browser window open. I have language settings set to German, but I also tried it with English language settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help me resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:17:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205570#M306378</guid>
      <dc:creator>JanSAS</dc:creator>
      <dc:date>2015-08-24T10:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS e-Course "Programming 1: Essentials" throws "Physical file does not exist" error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205571#M306379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you place a copy of the file to be read in a folder in your VM in that path? Does the CASE match?&lt;BR /&gt;If you named the folder ECPRG193 then the folder name doesn't match the expected path, same with the file name, must be lower case when you look at it from the VM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205571#M306379</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-24T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS e-Course "Programming 1: Essentials" throws "Physical file does not exist" error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205572#M306380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Did you run the step 1 of creating the files?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Navigate to the folder and verify that the file exists and the case of the file name matches - Unix is case sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-e-Course-quot-Programming-1-Essentials-quot-throws-quot/m-p/205572#M306380</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-24T17:50:53Z</dc:date>
    </item>
  </channel>
</rss>

