ERROR | None of the characters in a type name were legal identifier characters |
CAUSE | None of the characters in the name of a user-defined type could be translated to a character that can begin a C or C++ identifier, such as a letter or an underscore. |
ACTION | Specify an explicit translation for the type name in the INTYPE file. |