ADMIN CMD procedure
From SQL PL Guide for DB2
ADMIN_CMD Procedure
The ADMIN_CMD procedure can be used to run administative commands as a procedure. All important commands like runstats, reorg, export, import, load, online backup, etc. are supported.
Syntax:
call SYSPROC.ADMIN_CMD (<command string>);
An example can be found here: Example Runstats