Hi all
I am writing an easytrieve where i am reading data from one file and comparing it with the data in other file.
Below is the scenario:
i ll read first row from file-a and compare it with the data in file-b, if macth found write that record of file-a to OP file.
Then again read 2nd record of file-a ,then same as above.
Now the problem i am facing is, during 2nd run i am not able to read the file-b from the start. its reading the record next to the record read, in last run.
so is there any way to read the file from the start.
Thanks.