<?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 Deletating Footer notes or last line from txt file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Deletating-Footer-notes-or-last-line-from-txt-file/m-p/97581#M290491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am importing an txt file using infile which contains 1st line header and last line footer&lt;/P&gt;&lt;P&gt;i am removing header but how to remove footer form last row&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 example;&lt;/P&gt;&lt;P&gt;infile path.txt" firstobs=2&lt;/P&gt;&lt;P&gt;dlm='|' dsd missover ;&lt;/P&gt;&lt;P&gt;attrib name length=$50. informat=$50. format=$50.;&lt;/P&gt;&lt;P&gt;attrib sal length=8 informat=20. format=comma20.2;&lt;/P&gt;&lt;P&gt;input name no;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to remove footer from that text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 07:41:29 GMT</pubDate>
    <dc:creator>santhosh</dc:creator>
    <dc:date>2013-02-05T07:41:29Z</dc:date>
    <item>
      <title>Deletating Footer notes or last line from txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deletating-Footer-notes-or-last-line-from-txt-file/m-p/97581#M290491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am importing an txt file using infile which contains 1st line header and last line footer&lt;/P&gt;&lt;P&gt;i am removing header but how to remove footer form last row&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 example;&lt;/P&gt;&lt;P&gt;infile path.txt" firstobs=2&lt;/P&gt;&lt;P&gt;dlm='|' dsd missover ;&lt;/P&gt;&lt;P&gt;attrib name length=$50. informat=$50. format=$50.;&lt;/P&gt;&lt;P&gt;attrib sal length=8 informat=20. format=comma20.2;&lt;/P&gt;&lt;P&gt;input name no;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to remove footer from that text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 07:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deletating-Footer-notes-or-last-line-from-txt-file/m-p/97581#M290491</guid>
      <dc:creator>santhosh</dc:creator>
      <dc:date>2013-02-05T07:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Deletating Footer notes or last line from txt file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Deletating-Footer-notes-or-last-line-from-txt-file/m-p/97582#M290492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data example;&lt;/P&gt;&lt;P&gt;infile path.txt" firstobs=2 &lt;STRONG&gt;end=eof&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;dlm='|' dsd missover ;&lt;/P&gt;&lt;P&gt;attrib name length=$50. informat=$50. format=$50.;&lt;/P&gt;&lt;P&gt;attrib sal length=8 informat=20. format=comma20.2;&lt;/P&gt;&lt;P&gt;input name no;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not eof then output;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Deletating-Footer-notes-or-last-line-from-txt-file/m-p/97582#M290492</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-02-05T12:28:44Z</dc:date>
    </item>
  </channel>
</rss>

