<?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: Infile Statment Help in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458903#M116495</link>
    <description>&lt;P&gt;TRY&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;INFILE 'myfolders\Essentials\EXAMPLE.CSV' DLM=',' FIRSTOBS=2 OBS=11;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 May 2018 06:08:16 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2018-05-01T06:08:16Z</dc:date>
    <item>
      <title>Infile Statment Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458902#M116494</link>
      <description>&lt;P&gt;DATA MYDATA;&lt;BR /&gt;INFILE 'E:\SASUniversityEdition\myfolders\Essentials\EXAMPLE.CSV' DLM=',' FIRSTOBS=2 OBS=11;&lt;BR /&gt;INPUT GROUP $ AGE TIME1 TIME2 TIME3 Time4 SOCIO;&lt;BR /&gt;PROC PRINT DATA=MYDATA;&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;After running this my SAS is showing that the physical file does not exist, Although the file is there at the specified location in INFILE statement.Can anybody help me with this.....!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 06:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458902#M116494</guid>
      <dc:creator>Nikhil_1393</dc:creator>
      <dc:date>2018-05-01T06:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Infile Statment Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458903#M116495</link>
      <description>&lt;P&gt;TRY&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;INFILE 'myfolders\Essentials\EXAMPLE.CSV' DLM=',' FIRSTOBS=2 OBS=11;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 May 2018 06:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458903#M116495</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2018-05-01T06:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Infile Statment Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458905#M116496</link>
      <description>&lt;P&gt;It still is not working......!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 06:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458905#M116496</guid>
      <dc:creator>Nikhil_1393</dc:creator>
      <dc:date>2018-05-01T06:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Infile Statment Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458907#M116497</link>
      <description>&lt;P&gt;Do you connect to a server to run sas programs? It looks like you might, and if that is the case then the file path needs to be correct from the perspective of the server, not your own computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would need to copy the input file from your computer to a shared drive or to the server itself. If you access a shared drive through a drive letter (eg. S:\ drive) then the server would need to have the exact same drive letter setup. If the server does not, you'll need to get the UNC path to the shared drive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 06:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458907#M116497</guid>
      <dc:creator>JChambo</dc:creator>
      <dc:date>2018-05-01T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Infile Statment Help</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458927#M116502</link>
      <description>&lt;P&gt;It looks like you are using University Edition. In this case, the filename should be&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile '/folders/myfolder/Essentials/EXAMPLE.CSV' dlm=',' firstobs=2 obs=11;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that the underlying Linux of UE is case sensitive where filenames are concerned, so upper/lowercase needs to match exactly.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 08:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Infile-Statment-Help/m-p/458927#M116502</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-01T08:29:25Z</dc:date>
    </item>
  </channel>
</rss>

