Semantic Error (SEM1207): The string constant is longer than the maximum length of the data type '...'.
In a 'Variables' table, Data List or in a code worksheet, a string variable is initialized or filled with more characters than the maximum string length allows. In case of a user-defined string, this length is defined in the data types worksheet. In case of a default string, a maximum of 80 characters is possible.
Error example:
Further Info
For information on user-defined data types and how to declare them refer to the chapter "User-defined data types". |