-4733   THE ALTER TABLE STATEMENT CANNOT BE EXECUTED BECAUSE COLUMN column-name IS MIXED DATA, OR THE DATA TYPE OR LENGTH SPECIFIED DOES NOT AGREE WITH THE EXISTING DATA TYPE OR LENGTH

Explanation

The ALTER TABLE statement for column column-name could not be processed for one of the following reasons:
  • the existing column is MIXED and the statement attempted to convert the column to SBCS. This conversion is not supported.
  • the data type or length in the ALTER statement did not match the existing data type or length of the column in the table being altered.

System action

The statement cannot be processed.

Programmer response

Correct the SQL statement to specify a conversion that is supported.

SQLSTATE

429BQ