-622   FOR MIXED DATA IS INVALID BECAUSE THE MIXED DATA INSTALL OPTION IS NO

Explanation

FOR MIXED DATA is specified in a column description of a CREATE or ALTER TABLE, a CREATE FUNCTION, or a CREATE PROCEDURE statement, but the MIXED DATA installation option is set to NO. FOR MIXED DATA is valid only when the MIXED DATA installation option is set to YES.

System action

The statement cannot be processed.

Programmer response

Either change the installation option or the FOR clause. If the installation option is correctly set to NO, the allowable FOR clause options are BIT and SBCS.

SQLSTATE

56031