| **Navigation:**  [[introduction.htm|Language Reference]] > 5 - Declaration Attributes > Variable and Entity Attributes >====== RECLAIM (reuse deleted record space) ====== | [[protected set variable private to a class or derived class .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[static set allocate static memory .htm|{{btn_next_n.gif|Next page}}]] | | || **RECLAIM** {{blk2blue.jpg|blk2blue.jpg}} 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 **