VARCHAR not support in ANSI SQL - converted to CHAR for <str>.<str> Explanation: ANSI SQL does not support a VARCHAR data type, so this definition cannot be represented in ANSI SQL. VARCHAR has been converted to CHAR of the same size. User Action: You may decide to alter the definition so that it can be represented in ANSI SQL or use another language to extract the definition.