Disabling Db2-supplied routines for validation
Job DSNTIJRT installs all Db2-supplied routines on your subsystem. After installation or migration, you can disable any routines that are unnecessary or unusable so the validation program can exclude it from processing.
Procedure
To disable a Db2-supplied routine:
Assign DSNWLM_NOT_ENABLED as the WLM environment of the
routine.
The DSNTRVFY validation program does not validate
routines that are defined with DSNWLM_NOT_ENABLED as the WLM environment
name.
Example
ALTER PROCEDURE SYSPROC.DSNACICS WLM ENVIRONMENT DSNWLM_NOT_ENABLED