<?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 Import .txt tab delimited file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439025#M282367</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble importing the data sets to my SAS program.&amp;nbsp; The data set is not been displayed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA ob1;&lt;BR /&gt;INFILE "/folders/myfolders/Study.txt" DLM='05'x FIRSTOBS=2 DSD;&lt;BR /&gt;INPUT Poverty Growth;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ob1;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 02:06:05 GMT</pubDate>
    <dc:creator>Miah</dc:creator>
    <dc:date>2018-02-22T02:06:05Z</dc:date>
    <item>
      <title>Import .txt tab delimited file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439025#M282367</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble importing the data sets to my SAS program.&amp;nbsp; The data set is not been displayed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA ob1;&lt;BR /&gt;INFILE "/folders/myfolders/Study.txt" DLM='05'x FIRSTOBS=2 DSD;&lt;BR /&gt;INPUT Poverty Growth;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;PROC PRINT DATA=ob1;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 02:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439025#M282367</guid>
      <dc:creator>Miah</dc:creator>
      <dc:date>2018-02-22T02:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import .txt tab delimited file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439029#M282368</link>
      <description>&lt;P&gt;Looks like your program is assuming that data is using EBCDIC tab character '05'x, but the actual data files are using ASCII tab character '09'x.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 18:53:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439029#M282368</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-02-21T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Import .txt tab delimited file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439033#M282369</link>
      <description>You are right! Thanks!</description>
      <pubDate>Wed, 21 Feb 2018 19:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-txt-tab-delimited-file/m-p/439033#M282369</guid>
      <dc:creator>Miah</dc:creator>
      <dc:date>2018-02-21T19:03:49Z</dc:date>
    </item>
  </channel>
</rss>

