DSNU1362I THE OBJECT schema-name.name IN THE STATS PROFILE DOES NOT EXIST.

Explanation

RUNSTATS was executed with USE PROFILE, but the schema does not exist in the profile. The object might have been dropped.

schema-name.name
The name of the object that does not exist.

System action

Execution of the job step stops.

User response

You can reset the profile in SYSTABLES_PROFILE for the available objects.

If the statistics profile has references to indexes that have been deleted, replace the profile:

  1. Execute RUNSTATS with DELETE PROFILE to delete the invalid profile.
  2. Execute RUNSTATS with SET PROFILE set a new valid profile in the SYSTABLES_PROFILES catalog table.

Severity

8 (error)