Hello,
Truncate in DB2 is a funny one, it removes the data but it keeps the space that table used reserved in the table space to be reused by that table specifically unless you tell it not to.
If you want to reclaim some disk space you need to first ...