<?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: gettiong error while using sas 9.4 in windows 10 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495936#M131018</link>
    <description>&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, ?E: s\SAS\practice\data.txt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you need to address the file path.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Sep 2018 14:42:08 GMT</pubDate>
    <dc:creator>VDD</dc:creator>
    <dc:date>2018-09-15T14:42:08Z</dc:date>
    <item>
      <title>gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495912#M131006</link>
      <description>&lt;P&gt;96 data rupesh;&lt;BR /&gt;97 infile '?E:\s\SAS\practice\data.txt';&lt;BR /&gt;98 input name$ age;&lt;BR /&gt;99 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, ?E: s\SAS\practice\data.txt.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.RUPESH may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK.RUPESH was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;100 data rupesh;&lt;BR /&gt;101 infile '?"E:\s\SAS\practice\data.txt"';&lt;BR /&gt;102 input name$ age;&lt;BR /&gt;103 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, ?"E: s\SAS\practice\data.txt".&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.RUPESH may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK.RUPESH was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.04 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 13:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495912#M131006</guid>
      <dc:creator>rupesh009</dc:creator>
      <dc:date>2018-09-15T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495917#M131009</link>
      <description>Stray ? in front of the E:\ - remove that ?</description>
      <pubDate>Sat, 15 Sep 2018 13:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495917#M131009</guid>
      <dc:creator>bobpep212</dc:creator>
      <dc:date>2018-09-15T13:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495919#M131011</link>
      <description>&lt;P&gt;data rupesh;&lt;BR /&gt;infile '‪E:\s\SAS\practice\data.txt';&lt;BR /&gt;input name$ age;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;above one is my program,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the log&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;96 data rupesh;&lt;BR /&gt;97 infile '?E:\s\SAS\practice\data.txt';&lt;BR /&gt;98 input name$ age;&lt;BR /&gt;99 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, ?E: s\SAS\practice\data.txt.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.RUPESH may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK.RUPESH was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;100 data rupesh;&lt;BR /&gt;101 infile '?"E:\s\SAS\practice\data.txt"';&lt;BR /&gt;102 input name$ age;&lt;BR /&gt;103 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, ?"E: s\SAS\practice\data.txt".&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK.RUPESH may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK.RUPESH was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.04 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495919#M131011</guid>
      <dc:creator>rupesh009</dc:creator>
      <dc:date>2018-09-15T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495927#M131014</link>
      <description>&lt;P&gt;SAS is very clear about the source of the error.&amp;nbsp; You refer to a file that does not exist:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;?"E: s\SAS\practice\data.txt"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is the correct spelling for the file name?&amp;nbsp; Nobody can help here.&amp;nbsp; You just have to name a file that actually exists.&amp;nbsp; Some possibilities (because they are unusual in the spelling of a file name):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;The question mark at the beginning&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Adding the double quotes (file names do not usually contain quotes)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The space after E:&amp;nbsp; (often there would be a backslash instead of a space)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;But nobody is looking at your computer except you.&amp;nbsp; So find the right spelling for the file that you want to read.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495927#M131014</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-09-15T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495930#M131015</link>
      <description>&lt;P&gt;file is there but it is showing error , that's why i am asking your help&lt;/P&gt;&lt;P&gt;do i need to change any setting?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:30:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495930#M131015</guid>
      <dc:creator>rupesh009</dc:creator>
      <dc:date>2018-09-15T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495934#M131017</link>
      <description>Not sure what to tell you. Somehow that 'E:\ is resolving to ?E: . Maybe try putting it in double quotes and running it.</description>
      <pubDate>Sat, 15 Sep 2018 14:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495934#M131017</guid>
      <dc:creator>bobpep212</dc:creator>
      <dc:date>2018-09-15T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495936#M131018</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ERROR: Physical file does not exist, ?E: s\SAS\practice\data.txt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you need to address the file path.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495936#M131018</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-09-15T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495938#M131019</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename test "E:\s\SAS\practice\data.txt";

data rupesh;
infile test;
input name$ age;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Are you able to associate the path to a fileref like above? Still get an error on that filename statement?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495938#M131019</guid>
      <dc:creator>bobpep212</dc:creator>
      <dc:date>2018-09-15T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495968#M131033</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/233581"&gt;@rupesh009&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;file is there but it is showing error , that's why i am asking your help&lt;/P&gt;
&lt;P&gt;do i need to change any setting?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You just have to TYPE THE FILENAME CORRECTLY. I guess you copy/pasted that code across something that converted part of the text to unicode. Re-type everything from scratch in SAS.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 16:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495968#M131033</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-15T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495978#M131040</link>
      <description>Make sure your browser and keyboard are set to English settings otherwise you can run into trouble. Are you using a full licensed edition of SAS or SAS UE? If you're using SAS UE you need to use the myfolders folder to access data. If you're using a full version then you should be able to navigate to the file in windows, hold down SHIFT+Right Click the file, copy as path and use that in your program. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2018 18:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495978#M131040</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-15T18:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: gettiong error while using sas 9.4 in windows 10</title>
      <link>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495979#M131041</link>
      <description>I'm thinking it is keyboard setting/language related as Reeza suggests. The way it is putting that ? and extra space in there. I'm using UE and here's how the error looks when you try to reference a local filepath, so I don't think it is that. But if you are using UE, then yes, you need to get the file into myfolders.&lt;BR /&gt;ERROR: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/E:\s\SAS\practice\data.txt.</description>
      <pubDate>Sat, 15 Sep 2018 18:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/gettiong-error-while-using-sas-9-4-in-windows-10/m-p/495979#M131041</guid>
      <dc:creator>bobpep212</dc:creator>
      <dc:date>2018-09-15T18:11:33Z</dc:date>
    </item>
  </channel>
</rss>

