<?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: Getting an ERROR: Physical file does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531895#M5941</link>
    <description>Thanks Tom - my professor gave us a workaround for the issue.</description>
    <pubDate>Fri, 01 Feb 2019 06:00:16 GMT</pubDate>
    <dc:creator>BoboTheFool</dc:creator>
    <dc:date>2019-02-01T06:00:16Z</dc:date>
    <item>
      <title>Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531876#M5934</link>
      <description>&lt;P&gt;Hello all.&amp;nbsp; I am trying to do a simple ods from SAS Studio to my computer and keep getting the error that the Physical file does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;data soccer;&lt;BR /&gt;input Team : $20. Wins Losses;&lt;BR /&gt;datalines;&lt;BR /&gt;Readington 20 3&lt;BR /&gt;Raritan 10 10&lt;BR /&gt;Branchburg 3 18&lt;BR /&gt;Somerville 5 18&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;title;&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods csv file ='C:/Users/admin/Documents/soccer.csv';&lt;BR /&gt;proc print data=soccer noobs;&lt;BR /&gt;run;&lt;BR /&gt;ods csv close;&lt;BR /&gt;ods listing;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file extension is what other CSV files that I already have on my computer have as their file extensions, except for the soccer.csv portion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 04:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531876#M5934</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-02-01T04:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531877#M5935</link>
      <description>&lt;P&gt;Do you have a full version of SAS installed on your PC?&amp;nbsp; Or are you working with the free SAS University Edition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The path you have in your code&amp;nbsp;&lt;SPAN&gt;'C:/Users/admin/Documents/soccer.csv' looks somewhat like a Windows PC file location because it starts with C:.&amp;nbsp; But it is using slashes that go in the wrong direction.&amp;nbsp; Normally SAS will fix the slashes for you. But for that to work SAS itself must be running on the Windows machine where that C:\Users\admin\Documents\ directory exists.&amp;nbsp; If you are using the SAS UE edition then SAS is running in a virtual machine so it cannot see you C: drive.&amp;nbsp; It can only see the folder that you mapped to the /folders/myfolders path in the virtual machine.&amp;nbsp; Or if SAS is running on some other server in your environment then that path might not exist.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Even if you are running SAS on your machine and that path exists you might not have permission to make a new file there. Especially since the path seems to be for a user name ADMIN.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 04:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531877#M5935</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-02-01T04:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531880#M5937</link>
      <description>&lt;P&gt;I am running SAS Studio on my PC.&amp;nbsp; The admin is me, I just never changed the admin name, and left it as is.&amp;nbsp; I have changed the direction of the slashes as well, and then it gives me a permission error as well.&amp;nbsp; I don't have SAS actually downloaded on my computer, and am using SAS Studio through my university.&amp;nbsp; I am pretty certain it may be the university edition as I connect to it through the SAS website.&amp;nbsp; If SAS UE cannot see my C drive, how do I use ods to send a file to my computer?&amp;nbsp; All of the code is for a problem in my textbook, and the only thing we had to change was the file nomenclature, but my understanding is that it has to go to our computer so we can then open it as a CSV file in Excel.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 04:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531880#M5937</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-02-01T04:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531882#M5938</link>
      <description>&lt;P&gt;When I change the direction of the slashes in the filepath name, this is what I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options nodate nonumber;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods listing close;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods csv file ='C:\Users\admin\Documents\soccer.csv';&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Writing CSV Body file: C:\Users\admin\Documents\soccer.csv&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/C:\Users\admin\Documents\soccer.csv.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: No body file. CSV output will not be created.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc print data=soccer noobs;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Feb 2019 05:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531882#M5938</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-02-01T05:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531887#M5939</link>
      <description>&lt;P&gt;You are supplying a Windows path to a UNIX machine.&lt;/P&gt;
&lt;P&gt;You need to use a path that exists on the server, and where you have the necessary permissions.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 05:19:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531887#M5939</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-01T05:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531894#M5940</link>
      <description>&lt;P&gt;Thanks Kurt - that's what I am finding out.&amp;nbsp; I'm not sure I see the purpose of exporting it the VM and then importing it back again, but that looks like the workaround for it.&amp;nbsp; I appreciate everyone's help on this.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 05:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531894#M5940</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-02-01T05:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531895#M5941</link>
      <description>Thanks Tom - my professor gave us a workaround for the issue.</description>
      <pubDate>Fri, 01 Feb 2019 06:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531895#M5941</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-02-01T06:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531901#M5944</link>
      <description>&lt;P&gt;With a VM (University Edition), you have a shared folder to communicate, where you use a Windows path name when putting files there or retrieving them, and use the UNIX path name from SAS.&lt;/P&gt;
&lt;P&gt;In a client/server environment, you need to use another means to put your data in reach of SAS. Either by using a file transfer utility like WinSCP or sftp, or by using a shared network resource that is available both on the client and the server.&lt;/P&gt;
&lt;P&gt;In both cases, it is necessary to use UNIX-style path syntax from within SAS.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 07:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/531901#M5944</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-01T07:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/535930#M6556</link>
      <description>&lt;P&gt;You mentioned that your professor provided a work-around. Would you mind posting it for the rest of the community? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 17:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/535930#M6556</guid>
      <dc:creator>pb82477</dc:creator>
      <dc:date>2019-02-15T17:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/554137#M9460</link>
      <description>&lt;P&gt;Sorry it took so long to return with the workaround, but here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right click your own file folder in SAS (mine is sasuser.v94) and you can "upload files" from your PC.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 02:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/554137#M9460</guid>
      <dc:creator>BoboTheFool</dc:creator>
      <dc:date>2019-04-26T02:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/771607#M30982</link>
      <description>&lt;P&gt;Hey, the upload file option is not working for an excel file on my computer. I'm using a mac&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 15:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/771607#M30982</guid>
      <dc:creator>Bhavya3</dc:creator>
      <dc:date>2021-10-01T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an ERROR: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/771633#M30985</link>
      <description>&lt;P&gt;The upload feature does not work in Safari, use Chrome instead.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 18:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-an-ERROR-Physical-file-does-not-exist/m-p/771633#M30985</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-01T18:12:03Z</dc:date>
    </item>
  </channel>
</rss>

