Dear all,

I need to use kixtart to write a script to do the following urgently. Please help. Would very much appreciate any advise. Thanks in advance.

a. Read in a text file (eg. a.txt)
b. Check the line contents of file "a.txt".
c. If the 3rd column of the line contains certain keywords like "Yes".
d. Send the output to another text file.(eg. b.txt)
e. Run this recursively until all lines in the file is read.

Eg. a.txt

Col1 Col2 Col3 Col4
==== ==== ==== ====
David Male Yes Done
Mary Female No Done

Eg. b.txt

Col1 Col2 Col3 Col4
==== ==== ==== ====
David Male Yes Done
(Note line Mary was gone)