DSNU309I csect-name NOT ALL REQUIRED UNIQUE INDEXES HAVE BEEN DEFINED FOR TABLE table-name

Explanation

The table 'table-name' was created with unique index requirements. Not all of these indexes have been defined.

System action

Processing stops. No table in the table space is loaded.

User response

The user may resubmit the LOAD job after either:
  • Creating all the required unique indexes, or
  • Dropping the table and re-creating it without the unique index requirements.

Problem determination

Determine which unique indexes need to be created. Determine if the uniqueness requirement for the table is valid.

Severity

8