The only way I know to do a control delete is using a stored proc with a commit count every x records. on the other hand if you want to truncate a table basically, I have posted a db2 cheat sheet that explains how to basically truncate in db2.
Also, note if you are doing large deletes you wil need to reorg the table often.
Hope this helps,
BK