<?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 Importing external data using &amp;quot;INFILE&amp;quot; and SAS uni edition / server? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510144#M137264</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using the following code to import my external data text file. But I keep getting the error below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infile "C:\Users\james\Documents\SAS\data_and_results\DATA\JamesTestDATAFile001.txt"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError focus-line"&gt;&lt;DIV class="sasError"&gt;ERROR: Physical file does not exist,&lt;/DIV&gt;&lt;DIV class="sasError"&gt;/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\james\Documents\SAS\data_and_results\DATA\JamesTestDATAFile001.txt.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Can anyone point me in the right direction please?&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;J&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 03 Nov 2018 12:28:30 GMT</pubDate>
    <dc:creator>james_peacock</dc:creator>
    <dc:date>2018-11-03T12:28:30Z</dc:date>
    <item>
      <title>Importing external data using "INFILE" and SAS uni edition / server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510144#M137264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using the following code to import my external data text file. But I keep getting the error below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infile "C:\Users\james\Documents\SAS\data_and_results\DATA\JamesTestDATAFile001.txt"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError focus-line"&gt;&lt;DIV class="sasError"&gt;ERROR: Physical file does not exist,&lt;/DIV&gt;&lt;DIV class="sasError"&gt;/opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\james\Documents\SAS\data_and_results\DATA\JamesTestDATAFile001.txt.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Can anyone point me in the right direction please?&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;J&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Nov 2018 12:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510144#M137264</guid>
      <dc:creator>james_peacock</dc:creator>
      <dc:date>2018-11-03T12:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Importing external data using "INFILE" and SAS uni edition / server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510146#M137266</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243329"&gt;@james_peacock&lt;/a&gt; this link to a reply by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; may assist you with your request.&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/td-p/147659" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/ERROR-Physical-file-does-not-exist-opt-sasinside-SASConfig-Lev1/td-p/147659&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 12:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510146#M137266</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-11-03T12:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Importing external data using "INFILE" and SAS uni edition / server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510151#M137271</link>
      <description>&lt;P&gt;If you use the on- demand version, you have to copy the file to the server; if you use the UE VM, you have to put the file into the shared folder and use /folders/myfolders as the path. UE runs on UNIX, so it needs UNIX syntax.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 13:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510151#M137271</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-03T13:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Importing external data using "INFILE" and SAS uni edition / server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510152#M137272</link>
      <description>&lt;P&gt;Thanks very much VDD&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 13:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510152#M137272</guid>
      <dc:creator>james_peacock</dc:creator>
      <dc:date>2018-11-03T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing external data using "INFILE" and SAS uni edition / server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510153#M137273</link>
      <description>&lt;P&gt;Thanks very much Kurt&lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 13:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-external-data-using-quot-INFILE-quot-and-SAS-uni/m-p/510153#M137273</guid>
      <dc:creator>james_peacock</dc:creator>
      <dc:date>2018-11-03T13:51:31Z</dc:date>
    </item>
  </channel>
</rss>

