<?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: Converting text file (nont-delimited)  into SAS file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162760#M42272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark question answered &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Sep 2014 01:24:23 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-09-28T01:24:23Z</dc:date>
    <item>
      <title>Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162749#M42261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had created a text file from a SAS dataset that also included positioning of the data elements at certain spaces.&lt;/P&gt;&lt;P&gt;I had used the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; NDItext &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: purple; background: white;"&gt;'C:\Users\aerande\Documents\Harbor_UCLA\SouthBaydata\text\SBHW_2014_0051.txt'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; nditext &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;LRECL&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; sbhw.SBHW_SAS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Last_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;21&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; First_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;36&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Middle_Initial&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;37&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; SSN&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;46&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;48&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;50&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;54&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Father_Surname&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;72&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Age_at_death&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;73&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Number_of_Age_Units&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;75&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Sex&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;76&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Race&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;77&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Marital_Status&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;78&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; State_of_Residence&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;80&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; State_of_Birth&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;82&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Control_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;92&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Age_in_1991&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;98&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; color: purple; background: white;"&gt;'&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-size: 12.0pt;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now that text file has 2-3 new variables with the data added into it. and I want to convert that text file with that additional data back into the SAS data file.&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp; importing it and also by using the infile statement; but it did not give me a correct output as the data did not appear under the respective columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how I convert that text file into the SAS file ? What code do I use to perform this operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the portion of the original text file; just for reference. The revised text file has 2 -3 more columns with data in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 01:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162749#M42261</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T01:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162750#M42262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change file/put to infile/input and drop the set statement for starters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how are your new 2-3 variables added in? You can add them tot he input statement at the appropriate location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to look into the turncover option for your infile statement as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 01:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162750#M42262</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-27T01:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162751#M42263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza! I tried it this way but the data for only 4 variables was correctly placed, Year, Control ID, and Age in 1991. The Last name, firstname, Sex, State of residence are all blank and the control ID is repeated under State of Birth. Not sure why this is happening.. any idea?&lt;/P&gt;&lt;P&gt;THe last field is of 3 spaces and is supposed to be blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; NDItext &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: purple; background: white;"&gt;'C:\Users\aerande\Documents\Harbor_UCLA\SouthBaydata\text\SBHW_2014_0051.txt'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 12.0pt;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; sbhw.SBHWtext3_SAS1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;infile&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; nditext &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;LRECL&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;100&lt;/STRONG&gt; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;truncover&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Last_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;21&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; First_Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;36&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Middle_Initial&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;37&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; SSN&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;46&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;48&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;50&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Year&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;54&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Father_Surname&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;72&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Age_at_death&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;73&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Number_of_Age_Units&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;75&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Sex&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;76&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Race&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;77&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Marital_Status&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;78&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; State_of_Residence&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;80&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; State_of_Birth&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;82&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Control_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;92&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Age_in_1991&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;98&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; Blankfield;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 12.0pt;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 01:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162751#M42263</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T01:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162752#M42264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my bad, you'll also need the formats, you can get that from the original dataset used in the set statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc import it to get an example of what the structure of the import code should look like in the log. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 02:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162752#M42264</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-27T02:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162753#M42265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using proc import earlier, but it doesnot help. &lt;/P&gt;&lt;P&gt;For the item where it asks me to select a delimiter, I am not sure which option i should select. I tried all the options but still it doesnot give me a correct outcome..&lt;/P&gt;&lt;P&gt;I have never worked with formats before, so I am kind of stuck..&lt;/P&gt;&lt;P&gt;It'd be very helpful if you could help me with specifics..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 03:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162753#M42265</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T03:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162754#M42266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example 3 on the following link should be another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.ats.ucla.edu/stat/sas/modules/input.htm" title="http://www.ats.ucla.edu/stat/sas/modules/input.htm"&gt;http://www.ats.ucla.edu/stat/sas/modules/input.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 03:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162754#M42266</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-27T03:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162755#M42267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Reeza! SO based on that, I constructed&amp;nbsp; my code as below.; But for some reason after the it doesnot show the data under the variable names after this variable- &lt;SPAN style="font-size: 12pt; color: black; background: white;"&gt;Ninth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12pt;"&gt;253&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12pt;"&gt;259 . &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Not sure what that's happening. Theoutput data shows all the columns but no data underneath these last few columns. It has imported all the records too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: navy; background: white; font-size: 12.0pt;"&gt;DATA&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; sbhw.NDIresults;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;INFILE&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; color: purple; background: white;"&gt;"C:\Users\aerande\Documents\Harbor_UCLA\SouthBaydata\text\NDICauses.txt"&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;missover&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;lrecl&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;438&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; color: blue; background: white;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Last_Name $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;20&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;First_Name $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;21&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;35&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Middle_Initial $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;36&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;SSN $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;37&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;45&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Month $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;46&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;47&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Day $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;48&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;49&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Year &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;50&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;53&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Father_Surname $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;54&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;71&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Age_at_death &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;72&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Number_of_Age_Units &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;73&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;74&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sex $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;75&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Race $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;76&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Marital_Status $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;77&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;StResi $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;78&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;79&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;StBirth $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;80&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;81&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;ID &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;82&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;91&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Age_1991 &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;92&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;97&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Blank_field &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;98&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;100&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;StDeath $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;101&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;112&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;YrDeath &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;113&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;116&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;St_DeathCode $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;117&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;119&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Alias $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;120&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;DeathCertificateno &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;121&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;126&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Mon_Death $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;127&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;128&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Day_Death $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;129&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;130&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Year_Death &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;131&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;132&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;FN $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;133&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;134&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;MI $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;135&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;LN $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;136&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;FS $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;137&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;LN_FS_userrec $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;138&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;SSN_1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;139&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;147&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Mon_Birth $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;148&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Day_Birth $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;149&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Year_Birth $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;150&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;152&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Age_death $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;153&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sex1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;154&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Race1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;155&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;MS $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;156&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;SR $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;157&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;SB $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;158&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Blank $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;159&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;164&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;MatchIndicator $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;165&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;MatchSeq $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;166&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;168&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;PossNDIrecmatches $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;169&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;171&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;ProbScore $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;172&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;176&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Classcode $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;177&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Statuscode $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;178&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Blank1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;179&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;UnderlyingcauseDeath $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;180&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;183&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;CauseRecode $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;184&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;188&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;CauseRecode1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;189&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;191&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Infantcauserecode $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;192&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;194&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Number_Entityaxis &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;195&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;196&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;First_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;197&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;203&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Second_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;204&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;210&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Third_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;211&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;217&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fourth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;218&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;224&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fifth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;225&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;231&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sixth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;232&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;238&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Seventh_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;239&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;245&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eighth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;246&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;252&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Ninth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;253&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;259&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Tenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;260&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;266&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eleventh_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;267&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;273&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Twelvth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;274&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;280&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Thirteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;281&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;287&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fourteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;288&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;294&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fifteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;295&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;301&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sixteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;302&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;308&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Seventeenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;309&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;315&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eighteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;316&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;322&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Nineteenth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;323&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;329&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Twentieth_condition $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;330&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;336&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;NumberRECaxisconditions $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;337&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;338&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;First_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;339&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;343&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Second_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;344&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;348&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Third_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;349&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;353&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fourth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;354&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;358&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fifth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;359&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;363&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sixth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;364&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;368&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Seventh_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;369&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;373&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eighth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;374&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;378&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Ninth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;379&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;383&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Tenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;384&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;388&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eleventh_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;389&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;393&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Twelvth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;394&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;398&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Thirteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;399&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;403&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fourteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;404&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;408&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Fifteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;409&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;413&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Sixteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;414&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;418&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Seventeenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;419&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;423&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Eighteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;424&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;428&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Nineteenth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;429&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;433&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;Twentieth_condition1 $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;434&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 12.0pt;"&gt;438&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;@;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 12.0pt;"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 20:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162755#M42267</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T20:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162756#M42268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't really guess without a sample of the file, but I'd try changing missover to turncover and remove the trailing @ at the end of the statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 21:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162756#M42268</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-27T21:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162757#M42269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh great,&amp;nbsp; the 'truncover' worked!&lt;/P&gt;&lt;P&gt;Thanks very much Reeza! That was a tremendous help. I can meet my deadline tonight &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 21:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162757#M42269</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T21:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162758#M42270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For things like this, test the first, last and middle lines of the text compared to the SAS file just to make sure, and that the number of lines are what you expect...because you never know &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 21:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162758#M42270</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-27T21:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162759#M42271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did. it all looks right. Thanks a lot again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 22:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162759#M42271</guid>
      <dc:creator>Ashwini_uci</dc:creator>
      <dc:date>2014-09-27T22:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text file (nont-delimited)  into SAS file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162760#M42272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark question answered &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 01:24:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-text-file-nont-delimited-into-SAS-file/m-p/162760#M42272</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-09-28T01:24:23Z</dc:date>
    </item>
  </channel>
</rss>

