<?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 Removing the first row in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17270#M2472</link>
    <description>Hi again.&lt;BR /&gt;
&lt;BR /&gt;
How do I remove the first row from reading into the DATA step?&lt;BR /&gt;
&lt;BR /&gt;
I have a file which has a Header Record that has titles of the columns on the first row followed by the actual data - how do I remove this line before sending to the DATA step.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.&lt;BR /&gt;
Shelton.</description>
    <pubDate>Mon, 16 Nov 2009 05:59:14 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-16T05:59:14Z</dc:date>
    <item>
      <title>Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17270#M2472</link>
      <description>Hi again.&lt;BR /&gt;
&lt;BR /&gt;
How do I remove the first row from reading into the DATA step?&lt;BR /&gt;
&lt;BR /&gt;
I have a file which has a Header Record that has titles of the columns on the first row followed by the actual data - how do I remove this line before sending to the DATA step.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.&lt;BR /&gt;
Shelton.</description>
      <pubDate>Mon, 16 Nov 2009 05:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17270#M2472</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-16T05:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17271#M2473</link>
      <description>in what part of the sas system are you reading the file? &lt;BR /&gt;
EG, Data Step, DI?&lt;BR /&gt;
The options are different in each.</description>
      <pubDate>Mon, 16 Nov 2009 08:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17271#M2473</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-11-16T08:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17272#M2474</link>
      <description>Maybe option firstobs=2 is what you need</description>
      <pubDate>Mon, 16 Nov 2009 08:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17272#M2474</guid>
      <dc:creator>ieva</dc:creator>
      <dc:date>2009-11-16T08:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17273#M2475</link>
      <description>I was doing it in the datastep - I will try what ieva suggested.&lt;BR /&gt;
&lt;BR /&gt;
Thanks

Message was edited by: shelton</description>
      <pubDate>Tue, 17 Nov 2009 06:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17273#M2475</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-17T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17274#M2476</link>
      <description>Is it possible to do this at the DATA step and not at the gobal OPTIONS level ?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Shelton</description>
      <pubDate>Wed, 18 Nov 2009 03:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17274#M2476</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-18T03:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Removing the first row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17275#M2477</link>
      <description>data test;&lt;BR /&gt;
infile .... firstobs=2...&lt;BR /&gt;
...</description>
      <pubDate>Wed, 18 Nov 2009 04:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-the-first-row/m-p/17275#M2477</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2009-11-18T04:02:53Z</dc:date>
    </item>
  </channel>
</rss>

