<?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 infile statement issue in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363218#M64597</link>
    <description>&lt;P&gt;proc import datafile= "‪C:\Users\Desktop\bankmarketing.csv"&lt;BR /&gt;out=bankmarketing&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;BR /&gt;delimiter=';';&lt;BR /&gt;getnames=yes;&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;Error: physical file does not exist.&lt;/P&gt;&lt;P&gt;Error: import unsuccessful&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 20:44:49 GMT</pubDate>
    <dc:creator>ojoseph</dc:creator>
    <dc:date>2017-05-31T20:44:49Z</dc:date>
    <item>
      <title>infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363218#M64597</link>
      <description>&lt;P&gt;proc import datafile= "‪C:\Users\Desktop\bankmarketing.csv"&lt;BR /&gt;out=bankmarketing&lt;BR /&gt;dbms=csv&lt;BR /&gt;replace;&lt;BR /&gt;delimiter=';';&lt;BR /&gt;getnames=yes;&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;Error: physical file does not exist.&lt;/P&gt;&lt;P&gt;Error: import unsuccessful&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 20:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363218#M64597</guid>
      <dc:creator>ojoseph</dc:creator>
      <dc:date>2017-05-31T20:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363233#M64602</link>
      <description>&lt;P&gt;Are you working with a server? The file path would have to be visible from the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of SAS are you running? University Edition uses 1) Linux path descriptions and 2) the file system starts with the shared folder and not the desktop, the file would have to be in the shared folder set up in the VM AND file path and names are case sensitive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally "desktops" are very poor places for data files. Learn your file system and put them somewhere meaningful. And doesn't "USERS" have an actual user name afterwards?&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 21:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363233#M64602</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-31T21:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363261#M64603</link>
      <description>&lt;P&gt;the datasets is taking from uci machine learning. i don't know why am find it difficult to access the data.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 22:51:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363261#M64603</guid>
      <dc:creator>ojoseph</dc:creator>
      <dc:date>2017-05-31T22:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363326#M64604</link>
      <description>&lt;P&gt;If you are using SAS UE or a server-based SAS, this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile= "‪C:\Users\Desktop\bankmarketing.csv"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;can never work, as neither the UE virtual machine nor a server can "see" your C: drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So it is now essential that you reveal which SAS environment you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 06:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363326#M64604</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-01T06:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363411#M64605</link>
      <description>&lt;P&gt;Are you missing a userid in the path (as in MYUSERID below)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually it would be "c:\users\&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;MYUSERID&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;\Desktop\bankmarketing.csv"&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/363411#M64605</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-06-01T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: infile statement issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/364531#M64678</link>
      <description>&lt;P&gt;Thank you for concern. I changed my datasets to German credit. I have finished the task already.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 11:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/infile-statement-issue/m-p/364531#M64678</guid>
      <dc:creator>ojoseph</dc:creator>
      <dc:date>2017-06-06T11:40:57Z</dc:date>
    </item>
  </channel>
</rss>

