Dear all,
I am Planning to develop a small application which will host a very small data of around 3 to 4 MB. And its not going to be used for a long time. Yes, Iam aware about the fact that Rexx is a bad choice for application development and i'm also aware i can make this possible either through COBOL associated with DB2 or VSAM. But, I don't have DB2 installed in the system. So, I have planned to write code with rexx language since it handles a very small data (3MB). Now, I'm confused whether to use a flat file for the data storage or to use the TLIB's for storing the data similar to DB2. If TLIB is the best option please let me know any links that could educate me. The flow of the application should have to be query based with any of the 3 columns as the key/filter for the query. Apart from that general operations like Adding a record, deleting, displaying entire record/offloading it to a flat file. I would need your suggestions on this. Please let me know if i need to give more information on this.
Regards,
Viswa