<?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: problem facing while importing csv file by using infile in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312704#M67855</link>
    <description>&lt;P&gt;How does the file look when viewed with a text editor?&lt;/P&gt;
&lt;P&gt;Does it have proper (for Windows) line-ending sequences?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2016 18:16:53 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-11-18T18:16:53Z</dc:date>
    <item>
      <title>problem facing while importing csv file by using infile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312700#M67853</link>
      <description>&lt;P&gt;please help me out in solving below mentioned error. How can rectify this error. Even i tried ny mentioning RECFM=v and LRECL=256 in the statment.Still didn't work out. Please help out.&lt;/P&gt;&lt;P&gt;&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/5907iD2EF2C115A96FEBC/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="gold.PNG" title="gold.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 17:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312700#M67853</guid>
      <dc:creator>ROHINISDAS</dc:creator>
      <dc:date>2016-11-18T17:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem facing while importing csv file by using infile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312703#M67854</link>
      <description>&lt;P&gt;The only things I can suggest from what you show is to first verify that the file is actually in the folder and then open the file with a text editor&amp;nbsp;such as Notepad&amp;nbsp;and examine the contents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there isn't any actual content in the file then that's the problem to fix.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312703#M67854</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-18T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem facing while importing csv file by using infile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312704#M67855</link>
      <description>&lt;P&gt;How does the file look when viewed with a text editor?&lt;/P&gt;
&lt;P&gt;Does it have proper (for Windows) line-ending sequences?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312704#M67855</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-18T18:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem facing while importing csv file by using infile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312733#M67856</link>
      <description>&lt;P&gt;Your code contains next line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;infile '...' dlm='09'x dsd firstobs=2;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Are you sure that the delimiter in the file is the tab character ('09'x) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you have:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;input customer $10 month $ type amount;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Do you realy need the dsd option ? Is any variable may be missing having two tabs in sequence ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 21:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/problem-facing-while-importing-csv-file-by-using-infile/m-p/312733#M67856</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-11-18T21:05:52Z</dc:date>
    </item>
  </channel>
</rss>

