<?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: WARNING: Physical file does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705745#M26274</link>
    <description>&lt;P&gt;When it says that the physical file does not exist, this means there is no such file in the folder you named. Perhaps you have spelled something wrong, either the file name or the folder path name. Or you have told SAS to look in the wrong folder.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 15:57:15 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-12-14T15:57:15Z</dc:date>
    <item>
      <title>WARNING: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705737#M26272</link>
      <description>&lt;P&gt;Hello, I have started learning SAS studio this year. I am trying to upload a very large csv file (just under 9000 rows) and am running into an error. Here is the code I used to upload the file:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/** Import the CSV file. **/ 
FILENAME CSV "&amp;lt;/folders/myshortcuts/SASUniversityEdition/myfolders/sasuser.v94/LineGraph/transposed_all.csv&amp;gt;" TERMSTR=CRLF; 
PROC IMPORT DATAFILE=CSV 
		    OUT=all 
		    DBMS=CSV 
		    REPLACE; 
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is the same code I usually use to upload my csv files, however this time I get the following error message:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class="sasNote"&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WARNING: Physical file does not exist,&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;/opt/sasinside/SASConfig/Lev1/SASApp/&amp;lt;/folders/myshortcuts/SASUniversityEdition/myfolders/sasuser.v94/LineGraph/transposed_all.csv&amp;gt;.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.17 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.13 seconds&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I double checked that the file directory is correct (I copied it directly from "Server Files and Folders" panel) so I'm not sure what else could be wrong. Any help would be greatly appreciated!!&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 15:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705737#M26272</guid>
      <dc:creator>mcmaxwell</dc:creator>
      <dc:date>2020-12-14T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705745#M26274</link>
      <description>&lt;P&gt;When it says that the physical file does not exist, this means there is no such file in the folder you named. Perhaps you have spelled something wrong, either the file name or the folder path name. Or you have told SAS to look in the wrong folder.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 15:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705745#M26274</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-14T15:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705747#M26275</link>
      <description>You need to remove the &amp;lt;&amp;gt; from the code. Those are usually just included in answers/blog posts as an indicator of where to put your code. You could use regular parenthesis I believe, which does have a bit of a different meaning. &lt;BR /&gt;FYI - it looks like you set up your myfolders incorrectly given your path, otherwise the path would be /folders/myfolders/LineGraph .....&lt;BR /&gt;If you'd like help figuring that out, please let us know.</description>
      <pubDate>Mon, 14 Dec 2020 16:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705747#M26275</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-12-14T16:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705777#M26276</link>
      <description>&lt;P&gt;When your code uses &amp;lt; &amp;gt; in the path of files I suspect something seriously wrong by including those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 17:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/WARNING-Physical-file-does-not-exist/m-p/705777#M26276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-14T17:19:07Z</dc:date>
    </item>
  </channel>
</rss>

