<?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: Unable to import tab file using infile statement? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214762#M5135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a colon format modified for variable &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;WhyNot $11.&lt;/SPAN&gt; and you have simicolon after &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Sat7 :$6; &lt;/SPAN&gt;causing the next part of the statement to be "180 used out of order."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Date: &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;YYMMDD10.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Time : &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$7.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; Interviewer :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$9.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Age Gender :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$3.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Address: &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$24.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FirstTime :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; ComeAgain :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; WhyNot :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$11.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; (Sat1-Sat8)(:&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)&amp;nbsp; Comments :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$19.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 11:09:12 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2015-04-02T11:09:12Z</dc:date>
    <item>
      <title>Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214757#M5130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am unable to import tab file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;DATA Moss2013;&lt;/P&gt;&lt;P&gt;LENGTH Address $ 24&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;INFORMAT Date YYMMDD10.&amp;nbsp; Time $7. ;&lt;/P&gt;&lt;P&gt;FORMAT&amp;nbsp; Date YYMMDD10. Time $7. ;&lt;/P&gt;&lt;P&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Moss.txt'&lt;/P&gt;&lt;P&gt;LRECL=32767&amp;nbsp; DLM='09'x MISSOVER DSD firstobs=2;&lt;/P&gt;&lt;P&gt;INPUT Date: YYMMDD10. Time : $7.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interviewer :$9. Age Gender :$3. Address: $24. FirstTime :$6. ComeAgain :$5. WhyNot $11. Sat1 :$6. Sat2:$6. Sat3:6. Sat4:$6.&lt;/P&gt;&lt;P&gt;Sat5 :$6. Sat6 :$6. Sat7 :$6; Sat8 :6. Comments :$19.;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;The data is like given below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;Date&amp;nbsp; Time&amp;nbsp; Interviewer Age&amp;nbsp;&amp;nbsp; Gender&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstTime&amp;nbsp;&amp;nbsp; ComeAgain&amp;nbsp;&amp;nbsp; WhyNot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sat1&amp;nbsp; Sat2&amp;nbsp; Sat3&amp;nbsp; Sat4&amp;nbsp; Sat5&amp;nbsp; Sat6&amp;nbsp; Sat7&amp;nbsp; Sat8&amp;nbsp; Comments&lt;BR /&gt; 2013-10-09&amp;nbsp; 12:15 Moss&amp;nbsp; 65&amp;nbsp;&amp;nbsp;&amp;nbsp; M&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stanardsville, VA NO&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no parking&lt;BR /&gt; 2013-10-12&amp;nbsp; 12:38 Moss&amp;nbsp; 28&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Crozet, VA&amp;nbsp; NO&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 3 &lt;BR /&gt; 2013-10-07&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Moss&amp;nbsp; 49&amp;nbsp;&amp;nbsp;&amp;nbsp; F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thurston, VA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YES&amp;nbsp;&amp;nbsp; DK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; N/A&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 04:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214757#M5130</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T04:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214758#M5131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DLM= &lt;A href="http://support.sas.com/techsup/technote/ts673.pdf" title="http://support.sas.com/techsup/technote/ts673.pdf"&gt;http://support.sas.com/techsup/technote/ts673.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 06:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214758#M5131</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-02T06:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214759#M5132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data you posted does not contain any tabs/hex 09's. Could you attach a zip of the original file?&lt;/P&gt;&lt;P&gt;Have you already looked at your infile with a hex viewing tool to make sure that it has the expected structure?&lt;/P&gt;&lt;P&gt;And what happened when you tried the import (log, resulting dataset)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 06:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214759#M5132</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-02T06:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214760#M5133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please tell me how hex 09's file look like? Any sample record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214760#M5133</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-04-02T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214761#M5134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A hex viewing tool shows you the tab as 09 (00001001 binary). That's all about it.&lt;/P&gt;&lt;P&gt;When read into a text editor, the tabs are expanded according to the tab setting of the editor (or operating system).&lt;/P&gt;&lt;P&gt;If you want to create a sample, type a tab in the windows editor and save as .txt. Then view it with notepad++ (Plugins - Hex Editor - View in HEX)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214761#M5134</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-02T09:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214762#M5135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing a colon format modified for variable &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;WhyNot $11.&lt;/SPAN&gt; and you have simicolon after &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Sat7 :$6; &lt;/SPAN&gt;causing the next part of the statement to be "180 used out of order."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #ff0000; background-color: #ffffff;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Date: &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;YYMMDD10.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Time : &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$7.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp; Interviewer :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$9.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Age Gender :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$3.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; Address: &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$24.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FirstTime :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; ComeAgain :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; WhyNot :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$11.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; (Sat1-Sat8)(:&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)&amp;nbsp; Comments :&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$19.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214762#M5135</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-04-02T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214763#M5136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Data_null_,&lt;/P&gt;&lt;P&gt;But I am getting some missing records.I have modified code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA Moss2013;&lt;/P&gt;&lt;P&gt;LENGTH Address $ 24 Comments $ 50&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;INFORMAT Date YYMMDD10.&amp;nbsp; Time $7. ;&lt;/P&gt;&lt;P&gt;FORMAT&amp;nbsp; Date YYMMDD10. Time $7. ;&lt;/P&gt;&lt;P&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Moss.tab'&lt;/P&gt;&lt;P&gt;LRECL=32767&amp;nbsp; DLM='09'x truncover DSD firstobs=2;&lt;/P&gt;&lt;P&gt;INPUT Date: YYMMDD10. Time : $7.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interviewer :$9. Age Gender :$3. Address: $24. FirstTime :$6. ComeAgain :$5. WhyNot: $11. Sat1 :$6. Sat2:$6. Sat3:6. Sat4:$6.&lt;/P&gt;&lt;P&gt;Sat5 :$6. Sat6 :$6. Sat7 :$6 Sat8 :$6. Comments :$50.;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc printto log='C:\nav\errors.log';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc printto;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here with I am attching the errors file too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214763#M5136</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214764#M5137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.I have attached zip file too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214764#M5137</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214765#M5138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is nothing useful in your attached log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I read the file I get some invalid data for Sat3:6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214765#M5138</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-04-02T11:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214766#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the dot on $6 informat for Sat7 :$6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 6 with no dot means COLUMN 6 moving the pointer back to column 6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214766#M5139</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-04-02T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214767#M5140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change it into&amp;nbsp; white blanks by expandtabs , and make blank as delimiter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;INFILE 'C:\nav\2013_Satisfaction_Survey_Moss.tab'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;LRECL=32767 &lt;STRONG&gt; expandtabs&amp;nbsp; DLM=' '&lt;/STRONG&gt;&amp;nbsp; truncover DSD firstobs=2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214767#M5140</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-02T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214768#M5141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not the problem the problems are on the INPUT statement.&amp;nbsp; Missing syntax elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus and more importantly changing the delimiter to blank will cause all kinds of problems as missing values are not "marked" and some fields have embedded blanks, causing more problems that it can fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214768#M5141</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-04-02T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import tab file using infile statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214769#M5142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;I made the corrections as per ur suggestions and got correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Unable-to-import-tab-file-using-infile-statement/m-p/214769#M5142</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2015-04-02T12:13:28Z</dc:date>
    </item>
  </channel>
</rss>

