DSNU1363I THE STATS PROFILE FOR TABLE table-name NOT FOUND.

Explanation

RUNSTATS was executed with the option to use, update, or delete a profile, but no profile was found for the table.

The statistics profile for the specified table might not exist because the table was dropped.

table-name
The name of the table.

System action

Execution of the job step stops.

User response

Verify that the table exists. If it has been dropped, remove it from the RUNSTATS utility statement.

Execute RUNSTATS TABLESPACE TABLE SET PROFILE to set the profile for the table indicated by table-name.

If the table was dropped, remove the table specification for the dropped table from the RUNSTATS utility control statement.

Severity

8 (error)