<?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: Skip the dash line in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Skip-the-dash-line/m-p/342362#M272853</link>
    <description>&lt;P&gt;This will work as we are trying to read the data from third observation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile 'F:\new.txt' firstobs=3 missover;
input MPG    WEIGHT    PRICE;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Mar 2017 15:51:07 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2017-03-19T15:51:07Z</dc:date>
    <item>
      <title>Skip the dash line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skip-the-dash-line/m-p/342359#M272852</link>
      <description>&lt;P&gt;&amp;nbsp;This is my data in the text file.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;MPG    WEIGHT    PRICE
----------------------
 22     2930      4099
 17     3350      4749
 22     2640      3799
 20     3250      4816
 15     4080      7827&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I want to use do loop and array to generate the dadaset. But I am not sure how to deal with the second line, which is dash line. I want to skip it.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 15:10:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skip-the-dash-line/m-p/342359#M272852</guid>
      <dc:creator>sas_newbie3</dc:creator>
      <dc:date>2017-03-19T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skip the dash line</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Skip-the-dash-line/m-p/342362#M272853</link>
      <description>&lt;P&gt;This will work as we are trying to read the data from third observation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile 'F:\new.txt' firstobs=3 missover;
input MPG    WEIGHT    PRICE;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 15:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Skip-the-dash-line/m-p/342362#M272853</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-03-19T15:51:07Z</dc:date>
    </item>
  </channel>
</rss>

