release table

Examples


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.

Syntax

release table table_name

Parameters

table_name – The name of the table buffer that will have its current record released.

Comments

The table buffer won’t be cleared when a release table statement is run. Use the clear table statement to clear the buffer.


Documentation Feedback