<?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: how to read in this tab-delimited txt file? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/294927#M61575</link>
    <description>&lt;P&gt;The most likely thing I see is that you import "movies.dat" and show an example file of "moviedata.txt".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get no obvious problem with moviedata.txt. Do you have a movies.dat in a a different encoding or file format? Possibly one saved after opening with Excel?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 20:03:17 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-29T20:03:17Z</dc:date>
    <item>
      <title>how to read in this tab-delimited txt file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/294920#M61570</link>
      <description>&lt;P&gt;I have a tab-delimited data and need to read into sas. I use PROC IMPORT and it starts to mess up at line 24. Part of the data is as attached. My code is as below. Does someone know what might cause the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc import datafile="movies.dat"&lt;BR /&gt; out=movies&lt;BR /&gt; dbms=dlm&lt;BR /&gt; replace;&lt;BR /&gt; getnames=yes;&lt;BR /&gt; guessingrows=500;&lt;BR /&gt; delimiter="090D"x;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 19:47:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/294920#M61570</guid>
      <dc:creator>flyingsohigh</dc:creator>
      <dc:date>2016-08-29T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to read in this tab-delimited txt file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/294927#M61575</link>
      <description>&lt;P&gt;The most likely thing I see is that you import "movies.dat" and show an example file of "moviedata.txt".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get no obvious problem with moviedata.txt. Do you have a movies.dat in a a different encoding or file format? Possibly one saved after opening with Excel?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 20:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/294927#M61575</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-29T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to read in this tab-delimited txt file?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/295072#M61623</link>
      <description>&lt;PRE&gt;
Very interesting.
The same code is running under SAS University Edition , it is failed.
under PC SAS , it is successful.
You should report it to SAS support.

&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-read-in-this-tab-delimited-txt-file/m-p/295072#M61623</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-08-30T08:16:34Z</dc:date>
    </item>
  </channel>
</rss>

