hi Peter
Use the db2perf_quiet_drop procedure. The source code is available on
ftp://ftp.software.ibm.com/ps/produc...perf-1.0.1.zip
In the file db2perf_utils.db2 there is the procedure db2perf_quiet_drop
which suppresses the 'not found' message.
The call :
CALL db2perf_quiet_drop( 'procedure db2perf_crmsg' )@
drops the procedure db2perf_crmsg if this procedure exists
regards,
Rahul Singh