UNLOAD TABLE Unloads a table from nonpaged dynamic memory pool, releasing all memory used by the specified table. You can only unload tables that are not currently referenced by users and that are not the system default table. You must log out or enter SET TERMINAL/NOFALLBACK from your terminal to release a table for unloading. Note that you cannot unload the ASCII and LATIN_1 tables. Format: UNLOAD TABLE table-name
1 – Parameter
table-name Indicates the name of the table to be unloaded.
2 – Example
1. TFU> UNLOAD TABLE HEBREW_VT100 The command in this example unloads table HEBREW_VT100 from nonpaged dynamic memory pool.