<?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 a dat file with the top label in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702346#M25893</link>
    <description>&lt;PRE&gt;data traffic2;&lt;BR /&gt;infile "/folders/myfolders/np_traffic.dat" dlm='|';&lt;BR /&gt;input Parkname$ Unitcode$ ParkType$ Region$TrafficCounter$ Reportdate$ TrafficCount;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;when I use the codes above to import np.traffic.dat to sas, the top labels (Parkname$ Unitcode$ ParkType$ Region$TrafficCounter$ Reportdate$ TrafficCountis) are exactly repeated as the labels of SAS dataset.&amp;nbsp; What is the better way to avoid the repeating label and the first row immediately starts with the real data?&lt;/P&gt;</description>
    <pubDate>Sun, 29 Nov 2020 21:02:08 GMT</pubDate>
    <dc:creator>anming</dc:creator>
    <dc:date>2020-11-29T21:02:08Z</dc:date>
    <item>
      <title>import a dat file with the top label</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702346#M25893</link>
      <description>&lt;PRE&gt;data traffic2;&lt;BR /&gt;infile "/folders/myfolders/np_traffic.dat" dlm='|';&lt;BR /&gt;input Parkname$ Unitcode$ ParkType$ Region$TrafficCounter$ Reportdate$ TrafficCount;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;when I use the codes above to import np.traffic.dat to sas, the top labels (Parkname$ Unitcode$ ParkType$ Region$TrafficCounter$ Reportdate$ TrafficCountis) are exactly repeated as the labels of SAS dataset.&amp;nbsp; What is the better way to avoid the repeating label and the first row immediately starts with the real data?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 21:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702346#M25893</guid>
      <dc:creator>anming</dc:creator>
      <dc:date>2020-11-29T21:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: import a dat file with the top label</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702351#M25894</link>
      <description>&lt;P&gt;Adding OBS = 2 to your INFILE statement tells SAS to start reading data from the second record:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;infile "/folders/myfolders/np_traffic.dat" dlm='|' obs = 2;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 Nov 2020 21:32:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702351#M25894</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-29T21:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: import a dat file with the top label</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702353#M25895</link>
      <description>should be added "firstobs=2". Thanks!</description>
      <pubDate>Sun, 29 Nov 2020 21:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702353#M25895</guid>
      <dc:creator>anming</dc:creator>
      <dc:date>2020-11-29T21:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: import a dat file with the top label</title>
      <link>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702354#M25896</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/356091"&gt;@anming&lt;/a&gt;&amp;nbsp; - Yes, FIRSTOBS.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 21:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/import-a-dat-file-with-the-top-label/m-p/702354#M25896</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-29T21:49:42Z</dc:date>
    </item>
  </channel>
</rss>

