<?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: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147660#M262199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to place the file within the disk space of the Virtual Unix Machine that is running SAS.&amp;nbsp; You need then reference using Unix file naming conventions. You cannot reference it as you would from programs running under Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the instructions from SAS University Edition or search for the dozen or so other posting on this forum of the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jan 2015 17:26:07 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2015-01-31T17:26:07Z</dc:date>
    <item>
      <title>ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147659#M262198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="sasSource"&gt;I keep getting errors while attempting to import datasets and/or datasheets.&lt;/P&gt;&lt;P class="sasSource"&gt;I verified the filename. I even moved the file to my C drive to see if would make a difference.&lt;/P&gt;&lt;P class="sasSource"&gt;I can upload it to the console but I cannot get any program to run the datasheet.&lt;/P&gt;&lt;P class="sasSource"&gt;I even used different versions of PROC IMPORT code.&lt;/P&gt;&lt;P class="sasSource"&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;I am using SAS&lt;SUP&gt;®&lt;/SUP&gt; University Edition&lt;/P&gt;&lt;P class="sasSource"&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource"&gt;42&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P class="sasSource"&gt;43&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC IMPORT OUT= WORK.Forest&lt;/P&gt;&lt;P class="sasSource"&gt;44&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "F:\Bloomburgh university\Coursework\Biostat\Lab 1\lab1.2\lab1.2.csv"&lt;/P&gt;&lt;P class="sasSource"&gt;45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=CSV REPLACE;&lt;/P&gt;&lt;P class="sasSource"&gt;46&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;/P&gt;&lt;P class="sasSource"&gt;47&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAROW=2;&lt;/P&gt;&lt;P class="sasSource"&gt;48&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN;&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1422715293267"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/P&gt;&lt;P class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/P&gt;&lt;P class="sasSource"&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/F:\Bloomburgh university\Coursework\Biostat\Lab&lt;/P&gt;&lt;P class="sasSource"&gt;1\lab1.2\lab1.2.csv.&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1422715293267"&gt;ERROR: Import unsuccessful.&amp;nbsp; See SAS Log for details.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1422715293267"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1422715293267"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P class="sasNote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.34 seconds&lt;/P&gt;&lt;P class="sasNote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.35 seconds&lt;/P&gt;&lt;P class="sasNote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="sasSource"&gt;49&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P class="sasSource"&gt;50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/P&gt;&lt;P class="sasSource"&gt;60&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P class="sasSource"&gt;&lt;/P&gt;&lt;P class="sasSource"&gt;Is there an easier way to import files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 14:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147659#M262198</guid>
      <dc:creator>Opheliaoftheeventhorizon</dc:creator>
      <dc:date>2015-01-31T14:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147660#M262199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to place the file within the disk space of the Virtual Unix Machine that is running SAS.&amp;nbsp; You need then reference using Unix file naming conventions. You cannot reference it as you would from programs running under Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the instructions from SAS University Edition or search for the dozen or so other posting on this forum of the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 17:26:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147660#M262199</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-01-31T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147661#M262200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know how place the file within the disk space of the Virtual Unix Machine.&lt;/P&gt;&lt;P&gt;I have read the instructions and I have reviewed a number of posts and forums voicing the same issues.&lt;/P&gt;&lt;P&gt;I have been using those resources and been making the attempt to import the file for over four hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 17:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147661#M262200</guid>
      <dc:creator>Opheliaoftheeventhorizon</dc:creator>
      <dc:date>2015-01-31T17:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147662#M262201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this one for example&amp;nbsp; &lt;A __default_attr="218581" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;It is mainly talking about making a libname but the idea is the same.&lt;/P&gt;&lt;P&gt;Or look at this one with some nice screen shots. &lt;A __default_attr="215254" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/" modifiedtitle="true" title="Re: SAS Studio"&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; and links to the documentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SAS is running under Unix and in that unix systems you can only access the files in the /folders/myfolders/ directory path.&lt;/P&gt;&lt;P&gt;You cannot reference F: or other DOS/Windows style ways of referencing file.&amp;nbsp; All that does is make Unix think you want a file in the current directory whose name starts with upper case F and a colon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 18:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147662#M262201</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-01-31T18:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147663#M262202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2015 19:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/147663#M262202</guid>
      <dc:creator>Opheliaoftheeventhorizon</dc:creator>
      <dc:date>2015-01-31T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/253078#M262203</link>
      <description>&lt;P&gt;I was able to fix my issue using the path shown under properties for My Folder in SAS Studio:&lt;/P&gt;&lt;P&gt;/folders/myfolders/XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here, XYZ is user specific file path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;/folders/myfolders/ex1/file1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 22:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/253078#M262203</guid>
      <dc:creator>jthakur</dc:creator>
      <dc:date>2016-02-28T22:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/270556#M262204</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/27377"&gt;@jthakur﻿&lt;/a&gt; .. Thanks.. Your advice solved my issue..&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 02:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/270556#M262204</guid>
      <dc:creator>winx87</dc:creator>
      <dc:date>2016-05-15T02:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/274314#M262205</link>
      <description>&lt;P&gt;where are the screenshots and link??&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/274314#M262205</guid>
      <dc:creator>imdivanshu</dc:creator>
      <dc:date>2016-06-01T08:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/294642#M262206</link>
      <description>&lt;P&gt;For the SAS university edition virtual application &amp;nbsp;, it thinks you are on a unix machine .&lt;/P&gt;&lt;P&gt;-&amp;gt; create 'myfolders' as per the install document.&lt;/P&gt;&lt;P&gt;-&amp;gt; got to Server files and folders . under your folder there will be a ser folder .. something like 'sasuser.v94'&lt;/P&gt;&lt;P&gt;-&amp;gt; right click on 'sasuser.v94' and select upload files .&lt;/P&gt;&lt;P&gt;-&amp;gt; upload all the files , and you will see the files under the user folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can useinfile stement like this in your code&lt;/P&gt;&lt;P&gt;&amp;nbsp;=&amp;gt;&amp;nbsp;&lt;SPAN&gt;infile "/folders/myfolders/sasuser.v94/mydata.txt";&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2016 17:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/294642#M262206</guid>
      <dc:creator>Rohith123</dc:creator>
      <dc:date>2016-08-28T17:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/299344#M262207</link>
      <description>&lt;P&gt;Rohith,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting this additional information. &amp;nbsp;I am using the shared folders option, but SAS University Edition was unable to find my CSV file under myfolders. &amp;nbsp;When I uploaded them directly to the sasuser.v94 folder in the web browser, the data imported correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what the utility of the shared folders is if you cannot call files directly from here in the code?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 17:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/299344#M262207</guid>
      <dc:creator>Josh_SAS</dc:creator>
      <dc:date>2016-09-19T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/303945#M262208</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/105459"&gt;@Josh_SAS﻿&lt;/a&gt;&amp;nbsp;to be blunt you probably did something wrong. One way to verify this is to place file in myfolders, then use the Server Files and Folders pane to navigate to the file. Right click the file and select properties. The path here is what you need in your code. Most likely it was a case issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 05:38:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/303945#M262208</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-12T05:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/311245#M262209</link>
      <description>This is helpful but I am attempting to load a very large dataset, 1.5GB and it says the limit is 10MB. Any advice? Thanks.</description>
      <pubDate>Sun, 13 Nov 2016 15:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/311245#M262209</guid>
      <dc:creator>MN2</dc:creator>
      <dc:date>2016-11-13T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/311289#M262210</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114816"&gt;@MN2﻿&lt;/a&gt;&amp;nbsp;Your probably using SAS Academics On Demand rather than SAS UE installed on your desktop. Or possibly SAS UE via AWS though I wasn't aware of any file restrictions on it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consider using SAS UE instead if necessary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 22:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/311289#M262210</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-13T22:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/445715#M262211</link>
      <description>&lt;P&gt;I have been getting the error and I am not able to import any file .&amp;nbsp;I Have used the filepath&amp;nbsp;as copied from properties .&amp;nbsp;I want to upload a csv&amp;nbsp;file&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/** FOR CSV Files uploaded from Windows **/&lt;BR /&gt;&lt;STRONG&gt;FILENAME CSV "/folders/myshortcuts/myfolder/h1b_kaggle.csv" TERMSTR=CRLF;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/** Import the CSV file. **/&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE=CSV&lt;BR /&gt;OUT=WORK.MYCSV&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;/** Print the results. **/&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=WORK.MYCSV; RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/** Unassign the file reference. **/&lt;/P&gt;&lt;P&gt;FILENAME CSV;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error in the log is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 FILENAME CSV "/folders/myshortcuts/myfolder/h1b_kaggle.csv" TERMSTR=CRLF;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 /** Import the CSV file. **/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 PROC IMPORT DATAFILE=CSV&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 OUT=WORK.MYCSV&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 DBMS=CSV&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 REPLACE;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 RUN;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&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;Unable to sample external file, no data in first 5 records.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/STRONG&gt;&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 7:09.55&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 7:08.86&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 03:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/445715#M262211</guid>
      <dc:creator>vjjags</dc:creator>
      <dc:date>2018-03-15T03:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/445852#M262212</link>
      <description>&lt;P&gt;Are you sure you need the termstr option? What happens if you don't use it?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 14:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/445852#M262212</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-15T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/446375#M262213</link>
      <description>&lt;P&gt;Hi Reeza thanks for replying there was a bug in the vm ware I got it fixed and the code is running thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 23:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/446375#M262213</guid>
      <dc:creator>vjjags</dc:creator>
      <dc:date>2018-03-16T23:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/446401#M262214</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/180459"&gt;@vjjags&lt;/a&gt;&amp;nbsp;You also have a misspelling in your myfolder (no s).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be myfolders. This is why it's my shortcuts, and you'll get a warning message in the SAS Centre.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 01:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/m-p/446401#M262214</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-17T01:15:49Z</dc:date>
    </item>
  </channel>
</rss>

