<?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: Physical file does not exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248304#M46637</link>
    <description>&lt;P&gt;If you wish to this by code (and perhaps regularly), try to find away to place your files at a location where your server SAS session can access them. Talk to your server adm for assistance.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 16:20:23 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-02-05T16:20:23Z</dc:date>
    <item>
      <title>Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248283#M46624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to import two different csv files at once into my SAS processflow. The physical addresses are correct on my computer, but I get the error. Could you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;filename two ('P:\0773\SCOPES\CSV\2015\Oct-08-2015\ScopesCalculations_SecondaryConstruction_ 01_10092015_1158.csv'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;'P:\0773\SCOPES\CSV\2015\Oct-08-2015\ScopesCalculations_ScopesCalculations_SecondaryConstruction_ 02_10092015_1219.csv');&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;data test;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;infile two;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;proc print data = test;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248283#M46624</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248284#M46625</link>
      <description>&lt;P&gt;Post your error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Common reasons:&amp;nbsp;its an error in your path, or you're working on a server and your server can't see your computer.&lt;/P&gt;
&lt;P&gt;Are you working on either EG or SAS UE or On Demand?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code isn't correct either - you need an input statement in your data step to import data. All you've created at this point is a connection to the file, but you haven't tried to use it anywere?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248284#M46625</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-05T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248287#M46628</link>
      <description>&lt;P&gt;This is the ERROR:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Physical file does not exist, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;/sasdata/data/sasconfig_grid/Lev1/SASMain/P:\0773\SCOPES\CSV\2015\Oct-08-2015\ScopesCalculations_SecondaryConstruction_ &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;01_10092015_1158.csv.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using EG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I use "INPUT" statement to mention all the variables in the dataset(s)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248287#M46628</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248292#M46631</link>
      <description>&lt;P&gt;The path shown, with the change from / to \, indicates you likely are connecting to a unix based server&amp;nbsp; and that the server does not have any set up to read your locally defined P drive.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248292#M46631</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-05T16:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248293#M46632</link>
      <description>&lt;P&gt;You are confusing the path you can see from your Windows client.&lt;/P&gt;
&lt;P&gt;SAS Server ( a grid in this situation) accesses data with paths relative to the UNIX/Linux server.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:06:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248293#M46632</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-05T16:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248296#M46633</link>
      <description>&lt;P&gt;As mentioned it looks like you're on a server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your options are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Determine if your server can see your local machine, may need to ask IT. This is unlikely.&lt;/LI&gt;
&lt;LI&gt;Move your file to the server - either FTP/SFTP or a custom EG Task&amp;nbsp;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Use Import Data wizard from EG instead of import via code.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248296#M46633</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-05T16:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248300#M46634</link>
      <description>I see. However, how is it possible that the server can find my local machine through the "Import Data Wizard"? but not using the code?&lt;BR /&gt;&lt;BR /&gt;The problem of using the wizard is that I actually need to import not only two files (this is just a test), but about 50 files at once.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 05 Feb 2016 16:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248300#M46634</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T16:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248304#M46637</link>
      <description>&lt;P&gt;If you wish to this by code (and perhaps regularly), try to find away to place your files at a location where your server SAS session can access them. Talk to your server adm for assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248304#M46637</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-02-05T16:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248307#M46638</link>
      <description>&lt;P&gt;Code is passed to the server, the GUI is a different implementation and runs locally and uploads to the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can run locally (sometimes there's an option) then you can use your code locally. In EG 4.3 there's a Selected Server window. Click that to see what your options may be.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, do you see Local listed under your Servers option?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248307#M46638</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-05T16:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248319#M46644</link>
      <description>&lt;P&gt;I am not sure if I get this part of your answer &lt;FONT color="#3366FF"&gt;"When clicking run there's a little drop down menu. Click that to see what your options may be." &lt;FONT color="#000000"&gt;Are you talking about the "Import Data Wizard"?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;FONT color="#000000"&gt;Is it possible to use this wizard to import more than one file at once?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;FONT color="#000000"&gt;Thakns&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248319#M46644</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248324#M46645</link>
      <description>&lt;P&gt;Do all of your files have the same structure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mistyped, the server connection is shown below. Do you see a Local option?&lt;/P&gt;
&lt;P&gt;You can also see the little down arrow by run, if you click that it shows several RUN options, but not what I was intending to reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1771iAE5B867A69B36767/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Delete Server Select.JPG" title="Delete Server Select.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248324#M46645</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-05T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248328#M46646</link>
      <description>Thank you. I just did</description>
      <pubDate>Fri, 05 Feb 2016 16:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248328#M46646</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248335#M46648</link>
      <description>&lt;P&gt;Yes, they have the same structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems that my server cannot read the local machine this way (I contacted the server admin)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1772i9B2878AE0C581910/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="1.jpg" title="1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 16:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248335#M46648</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Physical file does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248404#M46666</link>
      <description>&lt;P&gt;No, that I got connected to the local machine, it seems that the "filename" statement is fine. But, there should be something wrong with the "data" statement. Could you please advise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;filename two ("/v_share/Xiaomin/SCOPES/sas_dataset/Oct-08-2015/ScopesCalculations_SecondaryConstruction_ 01_10092015_1158.csv"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;"/v_share/Xiaomin/SCOPES/sas_dataset/Oct-08-2015/ScopesCalculations_ScopesCalculations_SecondaryConstruction_ 02_10092015_1219.csv");&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;data test;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;infile two;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;EM&gt;INPUT C_ST;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;run;&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;ERROR:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;/v_share/Xiaomin/SCOPES/sas_dataset/Oct-08-2015/ScopesCalculations_ScopesCalculations_SecondaryConstruction_ &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;02_10092015_1219.csv.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;FATAL: Unrecoverable I/O error detected in the execution of the DATA step program. Aborted during the EXECUTION phase.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thank you&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 21:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Physical-file-does-not-exist/m-p/248404#M46666</guid>
      <dc:creator>almmotamedi</dc:creator>
      <dc:date>2016-02-05T21:06:14Z</dc:date>
    </item>
  </channel>
</rss>

