Close processing

When you have finished accessing a table, you should Close (CL) it. When a table is closed, the memory occupied by the table definition and table data is released.

The CL command does not automatically store a table. If you wish to store the table, a store command must be issued prior to the close.