DSNT358I   csect_name INVALID PARTITION SPECIFICATION FOR OBJECT object-name

Explanation

Specification of the PART keyword in a DISPLAY DATABASE command is invalid.

The PART keyword is invalid if it is specified for:
  • A nonpartitioned table space
  • A nonpartitioned type 1 index
  • A type 2 index not defined on a partitioned table space

The object object-name can be either a table space or an index space.

No action for this table space or index space is performed by the DISPLAY DATABASE command. Any other valid table space or index space specified is processed by the command.

System action

The command is not processed for the table space or index space in question. All other valid table spaces or index spaces specified in the command are processed.

User response

Resubmit the command for the nonpartitioned table space or index space without using the PART keyword.

Problem determination

SYSIBM.SYSTABLESPACE indicates whether a table space is partitioned. SYSIBM.SYSINDEXSPACE indicates whether an index space is partitioned and whether the index space is a type 1 or a type 2 index. Type 2 nonpartitioned indexes can be displayed at the logical partition level; type 1 indexes cannot.

Severity

8 (error)