Previous Topic: BSLNext Topic: BSY


BST

BAD SEMANTIC TYPE ERROR

Reason:

The semantic type given is not consistent with the data type and length specified. The SQL-DATE, SQL-TIME, and SQL-STMP semantic types must have a BINARY data type and a length of 4, 3, and 10 respectively. BIT-DATA semantic type must have a CHAR (C) or VARCHAR (V) data type.

Action:

Correct the data type or field length or remove the semantic type.