nodups
/infobank2/programs/edit/nodups/nodups.for
Program to eliminate duplicate records.
Clint Steele 9/16/96
read (90, '(q,a)') Length1, ALine1(1:Length1) read (90, '(q,a)', end = 99) Length2, ALine2(1:Length2)
write (91, '(a)') ALine1(1:Length1) write (91, '(a)') ALine2(1:Length2)
call openem (1,-1)