<?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 ERROR: physical file does not exist in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570973#M8106</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to read in an Excel file into SAS so I can later use it in SAS Visual Analytics. Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;libname prs '/SAS/SASDATA/SASUSER/paulina.portnoy';&lt;BR /&gt;PROC IMPORT DATAFILE= 'C:\Users\pportnoy\Documents\COUNT_DX\Count_DX_HCC_v12_2015.xlsx'&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;out=prs.COUNT_DX replace;&lt;BR /&gt;GETNAMES=YES;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;RUN;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I keep getting the error that the physical file does not exist. The excel file sits on my laptop. Can someone please help?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I'm using SAS Studio V&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 03 Jul 2019 14:01:59 GMT</pubDate>
    <dc:creator>paulinap1</dc:creator>
    <dc:date>2019-07-03T14:01:59Z</dc:date>
    <item>
      <title>ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570973#M8106</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to read in an Excel file into SAS so I can later use it in SAS Visual Analytics. Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;libname prs '/SAS/SASDATA/SASUSER/paulina.portnoy';&lt;BR /&gt;PROC IMPORT DATAFILE= 'C:\Users\pportnoy\Documents\COUNT_DX\Count_DX_HCC_v12_2015.xlsx'&lt;BR /&gt;DBMS=XLSX&lt;BR /&gt;out=prs.COUNT_DX replace;&lt;BR /&gt;GETNAMES=YES;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;RUN;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I keep getting the error that the physical file does not exist. The excel file sits on my laptop. Can someone please help?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I'm using SAS Studio V&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570973#M8106</guid>
      <dc:creator>paulinap1</dc:creator>
      <dc:date>2019-07-03T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570975#M8107</link>
      <description>&lt;P&gt;Is SAS running on Windows?&amp;nbsp; Or is it running on Unix (perhaps in a virtual machine)?&lt;/P&gt;
&lt;P&gt;Either way you need to use paths for the library and the Excel file that SAS can see.&amp;nbsp; So one of the two is in the wrong format.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570975#M8107</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-03T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570977#M8108</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278696"&gt;@paulinap1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I assume SAS Studio V is running on Linux server? If the answer is yes, you won't be able to access the data from your laptop unless you mount that folder on the server.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570977#M8108</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-07-03T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570978#M8109</link>
      <description>&lt;P&gt;Might be running on Linux. How do I change the format of my code so it works?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570978#M8109</guid>
      <dc:creator>paulinap1</dc:creator>
      <dc:date>2019-07-03T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570979#M8110</link>
      <description>&lt;P&gt;How can I mount the folder?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570979#M8110</guid>
      <dc:creator>paulinap1</dc:creator>
      <dc:date>2019-07-03T14:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570982#M8111</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278696"&gt;@paulinap1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;How can I mount the folder?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://access.redhat.com/solutions/448263" target="_self"&gt;https://access.redhat.com/solutions/448263&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570982#M8111</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-07-03T14:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570988#M8112</link>
      <description>&lt;P&gt;If you are using SAS/Studio then use that interface to upload the file to some place on the Unix server where SAS can see it and use the new name in the PROC.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570988#M8112</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-03T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570991#M8113</link>
      <description>&lt;P&gt;Go to SAS Studio, find the Server Files and Folders pane. At the top menu bar of that section is an icon with an up arrow, use that to upload your data and then you can import it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-physical-file-does-not-exist/m-p/570991#M8113</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-03T14:58:38Z</dc:date>
    </item>
  </channel>
</rss>

