DSNH867I E csectname LINE nnnn COL cc. INVALID SPECIFICATION OF A ROWID COLUMN

Explanation

For a CREATE TABLE statement, the specification of a ROWID column might be invalid for one of the following reasons:
  • A ROWID column cannot be a column of a temporary table.
  • A ROWID column cannot be a column of a table with an EDITPROC.
  • A ROWID column cannot be a column of a foreign key.
  • A ROWID column cannot be a column of a primary key.
  • A ROWID column cannot be referenced in the check-condition of a table check constraint.

System action

The statement was not executed.

User response

Correct the syntax.

Severity

8