Hi All,
I have a small query in Easy trieve.
Is it possible to read the next file while the current file is in progress.
Say for example my PS file is as follows
-----------------------------------------------------------
SEGMENT |
------------------------------------------------------------
CUSTOMER 001928989 ACCOUNT 100484 CHENNAI
ACCOUNT 1111111111 SAVING 10000000
ACCOUNT 1111111113 SAVING 10000000
ACCOUNT 1111111114 SAVING 10000000
ACCOUNT 1111111115 SAVING 10000000
ACCOUNT 1111111116 SAVING 10000000
CARD VISA DEBT 09192839494
ADDRESS BESABT NAGAR CHENNAI
I want to read the CUSTOMER segment first and put it in a outfile( this can be done no probs)
Second thing is I should put the ADDRESS segment in outfile before reading ACCOUNT segment.
Is it possible to perform without using arrays, why because I donno how many ACCOUNT segments are present. All the segments are cyclic they will be repeating.
Waiting for a solution