


TABLEUNLOAD has the same syntax as TABLEEXTRACT. This statement also allows you to extract one table, all the tables of one user, or all the tables of the database location.
In contrast to TABLEEXTRACT, all the data included in the tables addressed by TABLEUNLOAD are deleted from the database. Operations on the tables are not possible until the data has been reloaded using TABLELOAD.


