reclaim_reuse_deleted_record_space_.htm
Navigation: Language Reference > 5 - Declaration Attributes > Variable and Entity Attributes >====== RECLAIM (reuse deleted record space) ====== | |
RECLAIM
The RECLAIM attribute (PROP:RECLAIM) specifies that the file driver adds new records to the file in the space previously used by a record that has been deleted, if available. Otherwise, the record is added at the end of the file. Implementation of RECLAIM is file driver specific and may not be supported in all file systems.
Example:
Names FILE,DRIVER('Clarion'),RECLAIM !Reuse deleted record space
Record RECORD
Name STRING(20)
END
END
reclaim_reuse_deleted_record_space_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1