The release table statement releases a record reserved in a table with the edit table statement or releases a lock on a record read with the change or edit table statement.
release table table_name
• table_name – The name of the table buffer that will have its current record released.
The table buffer won’t be cleared when a release table statement is run. Use the clear table statement to clear the buffer.