<?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: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5... in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777628#M224</link>
    <description>&lt;P&gt;Thanks for the response, but I'm not quite clear about what you mean by refining what the program should do. I got the code to read the data into SAS from NHANES website and below are all the code fragments that pertain to SEQN variable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_0-1635727047641.png" style="width: 511px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65281iB4AED71801179EE8/image-dimensions/511x152?v=v2" width="511" height="152" role="button" title="clonyem_0-1635727047641.png" alt="clonyem_0-1635727047641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_1-1635727161788.png" style="width: 511px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65282i46444047250ECC9A/image-dimensions/511x129?v=v2" width="511" height="129" role="button" title="clonyem_1-1635727161788.png" alt="clonyem_1-1635727161788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_2-1635727241106.png" style="width: 514px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65283iC16B91662EC7CEF0/image-dimensions/514x108?v=v2" width="514" height="108" role="button" title="clonyem_2-1635727241106.png" alt="clonyem_2-1635727241106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then added the [best.] format out of desperation because I wasn't getting anywhere in trying to extract the values for SEQN from the .dat file, which did not make any difference;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_3-1635727396968.png" style="width: 481px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65284iBB1237C6347EA9B6/image-dimensions/481x156?v=v2" width="481" height="156" role="button" title="clonyem_3-1635727396968.png" alt="clonyem_3-1635727396968.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the url to the entire code provided by NHANES: &lt;A href="https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.sas" target="_blank"&gt;https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.sas&lt;/A&gt;&amp;nbsp; and the url to LAB.DAT file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.dat" target="_blank"&gt;https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.dat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Nov 2021 00:46:47 GMT</pubDate>
    <dc:creator>clonyem</dc:creator>
    <dc:date>2021-11-01T00:46:47Z</dc:date>
    <item>
      <title>Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777590#M222</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I've been struggling with importing a the Lab.dat file from NHANES III using the SAS code posted on NHANES web site. However, the unique ID field called SEQN only gets period (.) entered for all the rows. I have tried Best12, Best8, and even Best32 formatting as suggested by some articles I found online to no effect. I'd appreciate help with getting the import done successfully. Some data elements could be missing for other fields but absolutely not for the SEQN (ID) field. Below is the data sample, code and output. The data file has almost 300 fields of which all I need is 13 as shown in the below code:&lt;/P&gt;&lt;P&gt;FILENAME LAB "/home/clonyem/NHANES/LAB.DAT" LRECL=1979;&lt;BR /&gt;*** LRECL includes 2 positions for CRLF, assuming use of PC SAS;&lt;/P&gt;&lt;P&gt;DATA LAB;&lt;BR /&gt;INFILE LAB MISSOVER;&lt;/P&gt;&lt;P&gt;LENGTH&lt;BR /&gt;SEQN 8&lt;BR /&gt;DMARETHN 3&lt;BR /&gt;DMARACER 3&lt;BR /&gt;DMAETHNR 3&lt;BR /&gt;HSSEX 3&lt;BR /&gt;HSAGEIR 3&lt;BR /&gt;HSAITMOR 4&lt;BR /&gt;DMPPIR 8&lt;BR /&gt;MXPAXTMR 4&lt;BR /&gt;CRP 8&lt;BR /&gt;CEP 8&lt;BR /&gt;CEPSI 8&lt;BR /&gt;OSPSI 3&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;FORMAT&lt;BR /&gt;SEQN BEST12.&lt;BR /&gt;DMPPIR Z6.3&lt;BR /&gt;CRP 8.2&lt;BR /&gt;CEP 6.1&lt;BR /&gt;CEPSI 8.1&lt;BR /&gt;OSPSI 8.&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;INPUT&lt;BR /&gt;SEQN 1-5&lt;BR /&gt;DMARETHN 12&lt;BR /&gt;DMARACER 13&lt;BR /&gt;DMAETHNR 14&lt;BR /&gt;HSSEX 15&lt;BR /&gt;HSAGEIR 16-17&lt;BR /&gt;HSAITMOR 19-22&lt;BR /&gt;DMPPIR 34-39&lt;BR /&gt;MXPAXTMR 1236-1239&lt;BR /&gt;CRP 1667-1671&lt;BR /&gt;CEP 1784-1787&lt;BR /&gt;CEPSI 1788-1793&lt;BR /&gt;OSPSI 1858-1860&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LABEL&lt;BR /&gt;SEQN = "Sample person identification number"&lt;BR /&gt;DMARETHN = "Race-ethnicity"&lt;BR /&gt;DMARACER = "Race"&lt;BR /&gt;DMAETHNR = "Ethnicity"&lt;BR /&gt;HSSEX = "Sex"&lt;BR /&gt;HSAGEIR = "Age at interview (Screener)"&lt;BR /&gt;HSAITMOR = "Age in months at interview (screener)"&lt;BR /&gt;DMPPIR = "Poverty Income Ratio (unimputed income)"&lt;BR /&gt;MXPAXTMR = "Age in months at MEC exam"&lt;BR /&gt;CRP = "Serum C-reactive protein (mg/dL)"&lt;BR /&gt;CEP = "Serum creatinine (mg/dL)"&lt;BR /&gt;CEPSI = "Serum creatinine: SI (umol/L)"&lt;BR /&gt;OSPSI = "Serum osmolality: SI (mmol/Kg)"&lt;BR /&gt;;&lt;BR /&gt;proc export data=WORK.LAB&lt;BR /&gt;outfile = "/home/clonyem/NHANES/LAB.CSV"&lt;BR /&gt;dbms=csv;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_0-1635694051221.png" style="width: 504px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65276i9FA956544EFD60C7/image-dimensions/504x163?v=v2" width="504" height="163" role="button" title="clonyem_0-1635694051221.png" alt="clonyem_0-1635694051221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;SEQN data is missing in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_1-1635694141540.png" style="width: 440px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65277iB30AC65DF95B631F/image-dimensions/440x138?v=v2" width="440" height="138" role="button" title="clonyem_1-1635694141540.png" alt="clonyem_1-1635694141540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Warning messages&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_2-1635694239918.png" style="width: 703px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65278i9799348F35648E50/image-dimensions/703x283?v=v2" width="703" height="283" role="button" title="clonyem_2-1635694239918.png" alt="clonyem_2-1635694239918.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Row one of LAB.DAT data file, similar to the rest of the data rows.&lt;/P&gt;&lt;P&gt;Help is much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 15:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777590#M222</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-10-31T15:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777594#M223</link>
      <description>&lt;P&gt;So your INPUT statement says to take the contents of columns 1 through 5 to get SEQN:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;input seqn 1-5;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, the contents of columns 1 through 5 on the first line look like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;1 000&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What number does this represent?&amp;nbsp; Is it correct to try to get the data from columns 1 through 5?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to refine what the program should do, before trying to revise the program.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 17:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777594#M223</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2021-10-31T17:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777628#M224</link>
      <description>&lt;P&gt;Thanks for the response, but I'm not quite clear about what you mean by refining what the program should do. I got the code to read the data into SAS from NHANES website and below are all the code fragments that pertain to SEQN variable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_0-1635727047641.png" style="width: 511px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65281iB4AED71801179EE8/image-dimensions/511x152?v=v2" width="511" height="152" role="button" title="clonyem_0-1635727047641.png" alt="clonyem_0-1635727047641.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_1-1635727161788.png" style="width: 511px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65282i46444047250ECC9A/image-dimensions/511x129?v=v2" width="511" height="129" role="button" title="clonyem_1-1635727161788.png" alt="clonyem_1-1635727161788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_2-1635727241106.png" style="width: 514px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65283iC16B91662EC7CEF0/image-dimensions/514x108?v=v2" width="514" height="108" role="button" title="clonyem_2-1635727241106.png" alt="clonyem_2-1635727241106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then added the [best.] format out of desperation because I wasn't getting anywhere in trying to extract the values for SEQN from the .dat file, which did not make any difference;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clonyem_3-1635727396968.png" style="width: 481px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65284iBB1237C6347EA9B6/image-dimensions/481x156?v=v2" width="481" height="156" role="button" title="clonyem_3-1635727396968.png" alt="clonyem_3-1635727396968.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the url to the entire code provided by NHANES: &lt;A href="https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.sas" target="_blank"&gt;https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.sas&lt;/A&gt;&amp;nbsp; and the url to LAB.DAT file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.dat" target="_blank"&gt;https://wwwn.cdc.gov/nchs/data/nhanes3/1a/lab.dat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 00:46:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777628#M224</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-11-01T00:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777646#M225</link>
      <description>&lt;P&gt;I finally figured out what issue was preventing the data from coming across; meta character.&lt;BR /&gt;I'm not exactly sure where it was interfering since they are, of course, invisible so, I typed out the entire code in reliable Notepad++, copied it over into SAS Studio and...voila!&lt;BR /&gt;&lt;BR /&gt;Thanks all!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 08:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777646#M225</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-11-01T08:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777687#M226</link>
      <description>&lt;P&gt;Something went wrong in your download of the .DAT file.&lt;/P&gt;
&lt;P&gt;When I click on the link you posted I can see that the first line does NOT start with a 1 followed by a space.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 595px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/65289i9EFE336F9F748B95/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 14:25:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777687#M226</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-11-01T14:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777705#M227</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "source" data snippet I included in the initial post was not from the LAB.DAT source file proper, but a grab from the log that was output by SAS Studio during the failed runs. But you're right, as the first SEQN to come through is [0000]3.&lt;/P&gt;&lt;P&gt;Thanks for the observation and for taking the time to check out the source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Cyrille&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 15:46:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777705#M227</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-11-01T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777711#M228</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/223020"&gt;@clonyem&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "source" data snippet I included in the initial post was not from the LAB.DAT source file proper, but a grab from the log that was output by SAS Studio during the failed runs. But you're right, as the first SEQN to come through is [0000]3.&lt;/P&gt;
&lt;P&gt;Thanks for the observation and for taking the time to check out the source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Cyrille&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is what those lines in the SAS log mean.&amp;nbsp; The actual text read from the INFILE (or in-line data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the LIST statement to look at it yourself without having to have had an input error.&lt;/P&gt;
&lt;P&gt;So to see the content of the first three lines in LAB use code like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME LAB "/home/clonyem/NHANES/LAB.DAT" ;
data _null_;
  infile lab obs=3;
  input;
  list;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note: If you are using a version of SAS released in the last 10-20 years you probably don't need to include the LRECL= option.&amp;nbsp; &amp;nbsp;You only need to set the LRECL when reading a normal text file if the line length is longer than the default. The default used to be only 256 but it has been 32767 for a long long time.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 15:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777711#M228</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-11-01T15:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777717#M229</link>
      <description>Very useful and helpful tip. This is my first ever dabbling into SAS, since I wasn't able to read NHANES III .dat files directly into R with all the missing headers. The eXPorT file format is much easier to work with that the older .DAT ones. Had I typed out the code in a vanilla editor, I believe I shouldn't have run into the wall, or as you pointed out the original download could have experienced corruption. But the above LIST stmt you posted is great for diagnosis. Thanks again, Tom!</description>
      <pubDate>Mon, 01 Nov 2021 16:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777717#M229</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-11-01T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid data for SEQN in line 1 1-5, Invalid data for SEQN in line 2 1-5...</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777719#M230</link>
      <description>&lt;P&gt;Very useful and helpful tip. This is my first ever dabbling into SAS, since I wasn't able to read NHANES III .dat files directly into R with all the missing headers. The eXPorT file format is much easier to work with that the older .DAT ones. Had I typed out the code in a vanilla editor, I believe I shouldn't have run into the wall, or as you pointed out the original download could have experienced corruption. But the above LIST stmt you posted is great for diagnosis. Thanks again, Tom!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 16:30:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Invalid-data-for-SEQN-in-line-1-1-5-Invalid-data-for-SEQN-in/m-p/777719#M230</guid>
      <dc:creator>clonyem</dc:creator>
      <dc:date>2021-11-01T16:30:00Z</dc:date>
    </item>
  </channel>
</rss>

