<?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: Reading files from my folders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606917#M176329</link>
    <description>&lt;P&gt;When SAS tells you a file is not there, it's not there.&lt;/P&gt;
&lt;P&gt;Make sure that the shared folder is set up correctly.&lt;/P&gt;
&lt;P&gt;Check the spelling of file and path names; the UNIX in the virtual machine is case sensitive.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 10:38:06 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-25T10:38:06Z</dc:date>
    <item>
      <title>Reading files from my folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606916#M176328</link>
      <description>&lt;P&gt;I have been using a Lenovo think pad to do my SAS analyses and I had a path:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;infile '/folders/myfolders/Boot_ped/refs/REF.CTL'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which worked with no issues.&amp;nbsp; I recently purchased a DELL work station and now when I use the same path I get the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp; ERROR: Physical file does not exist, /folders/myfolders/Boot_ped/refs/REF.CTL.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried several different paths but none seem to work.&amp;nbsp; Can anyone speculate as to why the path would change and what would be the new path?&amp;nbsp; Is there a way to verify path?&lt;/P&gt;&lt;P&gt;I have tried this under virtual box and VMware with same results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 10:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606916#M176328</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2019-11-25T10:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading files from my folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606917#M176329</link>
      <description>&lt;P&gt;When SAS tells you a file is not there, it's not there.&lt;/P&gt;
&lt;P&gt;Make sure that the shared folder is set up correctly.&lt;/P&gt;
&lt;P&gt;Check the spelling of file and path names; the UNIX in the virtual machine is case sensitive.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 10:38:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606917#M176329</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-25T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading files from my folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606923#M176333</link>
      <description>I have tried all of the things you suggested and none worked. To determine&lt;BR /&gt;if the I had access to the programs, I opened a sas program from the&lt;BR /&gt;directory on the side.&lt;BR /&gt;&lt;BR /&gt;It loaded without issue so I am unsure if that tells me anything or not. I&lt;BR /&gt;returned to the shared files set up to see if I had made an error but I saw&lt;BR /&gt;no issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2019 10:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606923#M176333</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2019-11-25T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading files from my folders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606925#M176334</link>
      <description>&lt;P&gt;Not sure what SAS product you are using. See if you can open the file through SAS using an open dialog box, or by navigating to it through a server path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do manage to locate the file, then try getting properties on the file (e.g., right-click on it and then select properties), this would typically bring up the path to the file and then you could try copying and pasting it into your code to prevent any transcription errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are still having problems then consider if the file was created by some other process on your old machine and consider if that process needs to be run using the new machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can't navigate to the file (i.e., you can't find it as SAS has said) then I would suggest you need to create it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure any earlier processes that were supposed to have created it have completed correctly bu checking the logs or even just run them again if necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 11:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-files-from-my-folders/m-p/606925#M176334</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-11-25T11:14:19Z</dc:date>
    </item>
  </channel>
</rss>

