Hello guys,
I added a conditional SEQNUM to my dataset. (When there is "text" in the first 4 bytes of the file, add SEQNUM)
text1 00001
data I need
text1 00002
text2 00004
data I need
text2 00005
I now want to OMIT the duplicate records, meaning I only want one line of "text1" & "text2" in my file.
How do I formulate the condition of the OMIT to do the desired action?
Any help is appreciated
Thanks in advance,
Patrick