I have a production system where we cannot PACK a table without archiving the deleted records. We have to maintain for a minimum of 3 years.
Does anyone have any recomendations on a procedure to handle these archives?
I can always write a routine to SELECT the deleted records to external tables and then PACK but I am limited to 8.3 naming so creating a significant filename is difficult. I would need to use a management routine to assign a unique filename and log the table date and count to a master table. Recovering the data would require getting the saved filename from the master table.
Anyone have this situation in the past, I would rather not reinvent the wheel. Code samples welcome. Batch processing required.
FP-Dos 2.6
Does anyone have any recomendations on a procedure to handle these archives?
I can always write a routine to SELECT the deleted records to external tables and then PACK but I am limited to 8.3 naming so creating a significant filename is difficult. I would need to use a management routine to assign a unique filename and log the table date and count to a master table. Recovering the data would require getting the saved filename from the master table.
Anyone have this situation in the past, I would rather not reinvent the wheel. Code samples welcome. Batch processing required.
FP-Dos 2.6