DSNU601I csect-name INDEX creator.index-name POINTS TO A DIFFERENT TABLESPACE.

Explanation

A specified index does not point to a table in the table space selected. The table space is either the one specified in the TABLESPACE parameter or the one which contains the table pointed to by the first specified index.

System action

All remaining RUNSTATS invocation parameters are validated and the executing utility job terminates. Work performed by previous utilities in the job step remains in effect. Subsequent utility control statements are flushed. No record of the utility job step is retained in the system; therefore, it cannot be restarted.

User response

Ensure that all indexes in the list point to tables in the targeted table space and resubmit the RUNSTATS job.

Problem determination

Refer to catalog table SYSIBM.SYSINDEXES to determine the table upon which the index is based. Using the table-name found in SYSIBM.SYSINDEXES, refer to catalog table SYSIBM.SYSTABLES to determine the containing table space.

Severity

8 (error)