<?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: Reading from a single  Long Line @@ in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490863#M128575</link>
    <description>&lt;P&gt;Thank YOu RW9.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the file is a dat file with only 1 long single line. Not a dataset yet.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 14:25:35 GMT</pubDate>
    <dc:creator>athapa1183</dc:creator>
    <dc:date>2018-08-29T14:25:35Z</dc:date>
    <item>
      <title>Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490842#M128559</link>
      <description>&lt;P&gt;The data is very long and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;just a single row&lt;/STRONG&gt;&lt;/FONT&gt;. I just have 4 segments from the long line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLM*&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;178&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;*&lt;/FONT&gt;322.56***12+B+1*Y*A*Y*Y**NTE*19*94289*WER~CLM*123 *322.56***11+A+1*Y*A*Y*Y&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;* *&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;90289*RRW~CLM*&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;223&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;*322.56***11+A+1*Y*A*Y*Y* NTE*&lt;U&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt;*93289*RRW~CLM*&lt;STRONG&gt;&lt;U&gt;120&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;*322.56***11+A+1*Y*A*Y*Y* NTE*&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;17&lt;/FONT&gt;&lt;/STRONG&gt;*91289*SEW~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CLM&lt;/TD&gt;&lt;TD&gt;NTE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;178&lt;/TD&gt;&lt;TD&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;Blank&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;223&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;TD&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have almost&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;15,000 CLM&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;in the long line.&lt;/P&gt;&lt;P&gt;Sometimes the NTE segment is itself missing and it messes up my&amp;nbsp;output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data a_111;&lt;BR /&gt;infile 'E:\Users\Documents and Settings\57260\Desktop\test\.W.160712102723.086.dat' lrecl = 1000000000 ;&lt;BR /&gt;input @'CLM*' string $3. @'NTE*' COS $2.&amp;nbsp; @@;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;how to account for when NTE segment is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have attached a small sample of data&lt;/P&gt;&lt;P&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#FF0000"&gt;&amp;nbsp;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appreciate your help in this regard.&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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490842#M128559</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490855#M128569</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Post test data in the form of a datastep!!&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As such I am once again guessing:&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  do i=1 to countw(your_string,"CLM");
    new_line=scan(your_string,i,"CLM");&lt;BR /&gt;    clm=scan(new_line,1,"*");
    output;
  end;
run;&lt;/PRE&gt;
&lt;P&gt;You can then use the same sort of scan() function to split out parts of the remaining string.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490855#M128569</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-29T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490859#M128571</link>
      <description>&lt;P&gt;THis will not take care of missing NTE Segment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank YOu&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490859#M128571</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490860#M128572</link>
      <description>&lt;P&gt;And this is of course why my final line was:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"You can then use the same sort of scan() function to split out parts of the remaining string."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can work out how to do that part from the code I have provided?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490860#M128572</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-29T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490863#M128575</link>
      <description>&lt;P&gt;Thank YOu RW9.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the file is a dat file with only 1 long single line. Not a dataset yet.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490863#M128575</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490865#M128577</link>
      <description>&lt;P&gt;You need to know what the file structure is then.&amp;nbsp; I assume that it is * delimited, so that would be step one:&lt;/P&gt;
&lt;PRE&gt;data want;
  infile "...dat" dlm="*" missover dsd;
  input ...;
run;&lt;/PRE&gt;
&lt;P&gt;From there you would add to the input statement the structure of the file you are reading.&amp;nbsp; In this way you would then end up with the elements in variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This:&amp;nbsp;&lt;SPAN&gt;lrecl = 1000000000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is not going to work however:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003160472.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003160472.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is a maximum to the length.&amp;nbsp; It would be simpler to get the file with line breaks (perhaps it already does, maybe you need to change the termstr:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/kb/14/178.html" target="_blank"&gt;http://support.sas.com/kb/14/178.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I.e. did the file come from unix and you are using on windows perhaps or vice versa, you can use notepad++ or one of the text editors to look and see).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490865#M128577</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-29T14:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490867#M128579</link>
      <description>&lt;P&gt;I tried&amp;nbsp;&lt;STRONG&gt;all of it. Does not work with&amp;nbsp;@@.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;dlm="*" missover dsd&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490867#M128579</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490871#M128582</link>
      <description>&lt;P&gt;No, you do not use&amp;nbsp;@@ with that line.&amp;nbsp; The file you get, is it from unix, is it from windows.&amp;nbsp; These have different line endings, one has line feed + carriage return, the other has just carriage return.&amp;nbsp; From the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/14/178.html" target="_blank"&gt;http://support.sas.com/kb/14/178.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like:&lt;/P&gt;
&lt;PRE&gt;  infile "...dat" dlm="*" missover dsd termstr=lf;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;It is very unlikely that your file is one long string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If however it is, then return to source and get a better file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other solution is to try to go down the route of reading it block at a time, then parsing out each individual element, which will be a real pain for you.&amp;nbsp; then you would need the&amp;nbsp;@@:&lt;/P&gt;
&lt;PRE&gt;data inter;
  infile "...dat";
  input long_string $ @@;
  /* do lots of processing here to split data out, work out if you have gone over a block etc. */
run;
&lt;/PRE&gt;
&lt;P&gt;Even then its probably not going to work due to line length longer than possible.&amp;nbsp; I would really recommend checking out the termstr option, or trying to get a better file before you try that route however.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 14:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490871#M128582</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-08-29T14:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490872#M128583</link>
      <description>&lt;P&gt;it is in windows.&lt;/P&gt;&lt;P&gt;it is really a long single line separated by ~&lt;/P&gt;&lt;P&gt;if you see the 4 segments in the attached text file,i posted they all end in ~&amp;nbsp;&lt;/P&gt;&lt;P&gt;but they are together in 1 long line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490872#M128583</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490887#M128591</link>
      <description>&lt;P&gt;And what documentation accompanied this file as to content, layout or value types? For instance, how do you &lt;STRONG&gt;know&lt;/STRONG&gt; that CLM is always three characters? Or NTE is two characters when present? These lengths are explicit from your input statement.&lt;/P&gt;
&lt;P&gt;Also, how do you &lt;STRONG&gt;know&lt;/STRONG&gt; that there are "almost&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;15,000 CLM &lt;FONT color="#000000"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#ff0000"&gt;&lt;FONT color="#000000"&gt;"? Did you manually count them (doubtful)?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone expected me to use such a file without some description I would likely have someone whipped with wet spaghetti noodles until some sort of clarification was offered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that perhaps the ~ character is some sort of record or field separator.&lt;/P&gt;
&lt;P&gt;If that is the case 1) extract one segment using&lt;/P&gt;
&lt;P&gt;2) parse that segment for the CLM and NTE&lt;/P&gt;
&lt;P&gt;3) output the values&lt;/P&gt;
&lt;P&gt;4) repeat for the next segment.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:20:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490887#M128591</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-29T15:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490899#M128595</link>
      <description>&lt;P&gt;hi BALLARDW,&lt;/P&gt;&lt;P&gt;i made it simple.&lt;/P&gt;&lt;P&gt;Yes the CLM is always 3 characters and NTE is 2&lt;/P&gt;&lt;P&gt;i opened the file in notepad++ to get the counts&lt;/P&gt;&lt;P&gt;Even if i do that approach&lt;/P&gt;&lt;P&gt;then how to account for missing NTE segments.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490899#M128595</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490910#M128601</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115177"&gt;@athapa1183&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this: Add the options&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;termstr='~' missover&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to your INFILE statement and delete the "@@" from your INPUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With your test data a1.txt it worked on my Windows machine. Of course,&amp;nbsp;this assumes that "~" is the record separator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: The TRUNCOVER option would be safer than MISSOVER if NTE had some shorter values (i.e. length 1) which occurred at the end of a record (i.e.&amp;nbsp;before the "~" character), but you wrote that this is not the case.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490910#M128601</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-29T16:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490937#M128613</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733" target="_self"&gt;FreelanceReinhard&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thank You for the suggestion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Yes i did see that it works. I thought this simple piece will work in my big dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Now i am attaching a portion of my big dataset.I have changed it little though.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;How to handle missing value when the NTE segment is itself missing&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need the highlighted parts&lt;/P&gt;&lt;P&gt;CLM*&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;15176002400002&lt;/STRONG&gt;&lt;/FONT&gt;*18104.49***11+A+&lt;FONT color="#FF0000"&gt;&lt;U&gt;1&lt;/U&gt;&lt;/FONT&gt;*&lt;/P&gt;&lt;P&gt;NTE*ADD*&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;11899&lt;/STRONG&gt;&lt;/FONT&gt;~&lt;/P&gt;&lt;P&gt;AMT*D*&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1260&lt;/STRONG&gt;&lt;/FONT&gt;~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;My code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;data a_111;&lt;BR /&gt;infile 'E:\Users\Documents and Settings\57260\Desktop\s1.TXT' termstr='~' missover lrecl = 1000000000 ;&lt;BR /&gt;input @'CLM*' string $21. @'***' +5 FREQ $1.&amp;nbsp; @'NTE*TPO*' COS $5.&amp;nbsp; @'AMT*D*'&amp;nbsp; Paid_Amt1 $6. ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;i WANT :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CLM&lt;/TD&gt;&lt;TD&gt;FRQ&lt;/TD&gt;&lt;TD&gt;NTE&lt;/TD&gt;&lt;TD&gt;AMT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15176002400002&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;11899&lt;/TD&gt;&lt;TD&gt;1260&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18199000180002&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;87599&lt;/TD&gt;&lt;TD&gt;8377&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12345678400002&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22121000180002&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 18:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490937#M128613</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T18:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490942#M128615</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115177"&gt;@athapa1183&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi &lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733" target="_self"&gt;FreelanceReinhard&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thank You for the suggestion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Yes i did see that it works. I thought this simple piece will work in my big dataset.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Now i am attaching a portion of my big dataset.I have changed it little though.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;How to handle missing value when the NTE segment is itself missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need the highlighted parts&lt;/P&gt;
&lt;P&gt;CLM*&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;15176002400002&lt;/STRONG&gt;&lt;/FONT&gt;*18104.49***11+A+&lt;FONT color="#ff0000"&gt;&lt;U&gt;1&lt;/U&gt;&lt;/FONT&gt;*&lt;/P&gt;
&lt;P&gt;NTE*ADD*&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;11899&lt;/STRONG&gt;&lt;/FONT&gt;~&lt;/P&gt;
&lt;P&gt;AMT*D*&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;1260&lt;/STRONG&gt;&lt;/FONT&gt;~&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And now we are back to once again asking: where is the document that describes the data file.&lt;/P&gt;
&lt;P&gt;The file you just posted does not have the ~ as a possible record separator the way the earlier example did.&lt;/P&gt;
&lt;P&gt;Or there are multiple records that have missing CLM and NTE.&lt;/P&gt;
&lt;P&gt;For those interested, if we consider the ~ as a record separator from the previous context then this what the latest example file looks like for a bit of the file:&lt;/P&gt;
&lt;PRE&gt;CLM*15176002400002*18104.49***11+A+1**A*Y*Y~
DCVS*434*RD8*3543453453~
DTP*435*DT*21106091700~
DTP*096*TM*1900~
CL1*1*1*01~
AMT*F3*0~
REF*D9*050GXLO5~
REF*EA*521220~
NTE*ADD*11899~
HI*BK+11214~HI*BJ+47774~
HI*BF+SDFAS*BF+30000+++++++Y*BF+34580+++++++Y*BF+4659+++++++Y*BF+30401+++++++Y*BF+4019+++++++Y*BF+4928+++++++Y~
HI*DR+0000~
HI*BQ+455+D8+3434342*BQ+9921+D8+201232322*BQ+9232+D8+11111*BQ+9390+D8+20150609~
HI*BR+9394+D8+20150609~
HI*BH+11+D8+20150609*BH+A1+D8+19460616*BH+B1+D8+19460616~
HI*BE+01+++623*BE+80+++3*BE+A3+++18104.49~
HCP*02*9636.72****0191~
NM1*77*2*GFHJSW3*****XX*345345345~
N3*DDASWFQQ~
N4*SDFASDF*WERWER*100879998~
SBR*P*18*DUAL***6***MC~
AMT*D*1260~
NM1*IL*1*JJGHGWGF*J***MI*ZZ53898X~
N3*4808 GASDFGSDFG~
N4*SGREGRGTER*11235~
NM1*PR*2*AREGTERTGERGTAW*****PI*40024~
DTP*573*D8*725572~
REF*F8*2452452452~
SBR*S*18*DFGDFG300***1***MB~&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which bears almost no resemblance to the previous "example" other than being one long undocumented mess.&lt;/P&gt;
&lt;P&gt;The previous example had every occurrence of CLM (except the beginning of the line) as immediately after the ~ and when the NTE value was present it came before the following ~.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what is the rule to find the value of 1 out of "11+A+1"&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 18:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490942#M128615</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-29T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490968#M128624</link>
      <description>&lt;P&gt;the files are just like the sample data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CLM are not missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only some NTE segments are missing.&lt;/P&gt;&lt;P&gt;~ yes this is record separator but you can use any separator you like to get the results.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what is the rule to find the value of 1 out of "11+A+1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ANS: there is no rule we just need that 1 from&amp;nbsp;"11+A+1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490968#M128624</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-29T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490981#M128631</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115177"&gt;@athapa1183&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;the files are just like the sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLM are not missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only some NTE segments are missing.&lt;/P&gt;
&lt;P&gt;~ yes this is record separator but you can use any separator you like to get the results.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what is the rule to find the value of 1 out of "11+A+1"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ANS: there is no rule we just need that 1 from&amp;nbsp;"11+A+1"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I beg to differe that they are the same: Your A1.txt, if treating the ~ as a record separator looks like:&lt;/P&gt;
&lt;PRE&gt;CLM*178*322.56***12+B+1*Y*A*Y*Y**NTE*19*94289*WER~
CLM*123 *322.56***11+A+1*Y*A*Y*Y* *90289*RRW~
CLM*223 *322.56***11+A+1*Y*A*Y*Y* NTE*11*93289*RRW~
CLM*120 *322.56***11+A+1*Y*A*Y*Y* NTE*17*91289*SEW~

&lt;/PRE&gt;
&lt;P&gt;Which looks not at all like your S1.txt "example" in regards to CLM and the ~ character.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And without a rule computers do not work. Rule &amp;lt;=&amp;gt; program code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are changing the "structure" of the data with each question, the actual desired elements and even the lengths of the desired values it is very hard to suggest any actual solution that fits this mess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ask &lt;STRONG&gt;again&lt;/STRONG&gt;, where is the documentation of the layout of this file? If you don't have any, say so. Then go the source and get the documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 20:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/490981#M128631</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-29T20:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491014#M128650</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/115177"&gt;@athapa1183&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;i WANT :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;CLM&lt;/TD&gt;
&lt;TD&gt;FRQ&lt;/TD&gt;
&lt;TD&gt;NTE&lt;/TD&gt;
&lt;TD&gt;AMT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;15176002400002&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;11899&lt;/TD&gt;
&lt;TD&gt;1260&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;18199000180002&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;87599&lt;/TD&gt;
&lt;TD&gt;8377&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12345678400002&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1234&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;22121000180002&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;21&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If we interpret the "~" as end-of-record character in file S1.txt, we find the data&amp;nbsp;items of your "WANT" table in the records listed below (I omit the FRQ values, which are always in the same record as the CLM values):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Record&lt;/TD&gt;
&lt;TD&gt;Item&lt;/TD&gt;
&lt;TD&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;CLM&lt;/TD&gt;
&lt;TD&gt;15176002400002&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;TD&gt;NTE&lt;/TD&gt;
&lt;TD&gt;11899&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;23&lt;/TD&gt;
&lt;TD&gt;AMT&lt;/TD&gt;
&lt;TD&gt;1260&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;31&lt;/TD&gt;
&lt;TD&gt;AMT&lt;/TD&gt;
&lt;TD&gt;8376.72&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;90&lt;/TD&gt;
&lt;TD&gt;CLM&lt;/TD&gt;
&lt;TD&gt;18199000180002&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;97&lt;/TD&gt;
&lt;TD&gt;NTE&lt;/TD&gt;
&lt;TD&gt;87599&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;112&lt;/TD&gt;
&lt;TD&gt;CLM&lt;/TD&gt;
&lt;TD&gt;12345678400002&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;133&lt;/TD&gt;
&lt;TD&gt;AMT&lt;/TD&gt;
&lt;TD&gt;1234&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;141&lt;/TD&gt;
&lt;TD&gt;AMT&lt;/TD&gt;
&lt;TD&gt;21&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;200&lt;/TD&gt;
&lt;TD&gt;CLM&lt;/TD&gt;
&lt;TD&gt;22121000180002&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this mean that the order of CLM, NTE and AMT items belonging together is not fixed?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 21:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491014#M128650</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-08-29T21:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491059#M128678</link>
      <description>&lt;P&gt;If the file is not broken into lines then tell SAS that so that it doesn't bother to look for line breaks.&amp;nbsp; Use RECFM=N on the INFILE statement.&amp;nbsp; Instead tell it that '~' is the delimiter between "words".&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data check;
  infile "&amp;amp;path/S1.txt" recfm=n dsd dlm='~';
  length len word1 word2 8 line $400 ;
  input line ;
  len=lengthn(line);
  word1=countw(line,'*');
  word2=countw(line,'*','m');
  if line in: ('CLM','NTE','AMT') then 
    put _n_ 5. len 6. word1 4. word2 4. +1 line= ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Looking at your S1 example file it looks the CLM, NTE and AMT "lines" always have the same number of tokens when you use '*' as the delimiter.&amp;nbsp; So just parse out what part you want using SCAN().&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  _N_   LEN  W1  W2
    1    43   7  10 line=CLM*15176002400002*18104.49***11+A+1**A*Y*Y
    6     8   3   3 line=AMT*F3*0
    9    13   3   3 line=NTE*ADD*11899
   23    10   3   3 line=AMT*D*1260
   31    13   3   3 line=AMT*D*8376.72
   90    37   7  10 line=CLM*18199000180002*78***13+A+1**A*Y*Y
   94     8   3   3 line=AMT*F3*0
   97    13   3   3 line=NTE*ADD*87599
  112    43   7  10 line=CLM*12345678400002*18104.49***11+A+1**A*Y*Y
  117     8   3   3 line=AMT*F3*0
  133    10   3   3 line=AMT*D*1234
  141     8   3   3 line=AMT*D*21
  200    37   7  10 line=CLM*22121000180002*78***13+A+1**A*Y*Y
  204     8   3   3 line=AMT*F3*0&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 03:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491059#M128678</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-08-30T03:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491248#M128777</link>
      <description>&lt;P&gt;HI Ballardw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to get.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank YOu&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491248#M128777</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-30T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading from a single  Long Line @@</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491251#M128779</link>
      <description>&lt;P&gt;HI Yes the order is not fixed. CLM FRQ AND AMT are always there together but the NTE is missing sometimes and that is what is causing the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-from-a-single-Long-Line/m-p/491251#M128779</guid>
      <dc:creator>athapa1183</dc:creator>
      <dc:date>2018-08-30T14:12:53Z</dc:date>
    </item>
  </channel>
</rss>

