Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-43
Cause. A field in a token map has more than one product version because the field
belongs to a group that has a product version, and the field itself has a product version.
Effect. The DDL compiler closes the dictionary and source code files and stops
processing.
Recovery. Remove the product version specification from the field and recompile.
Cause. More than 32 I18N definitions were associated with a text item.
Effect. The DDL compiler rejects the text item.
Recovery. Have a maximum of 32 I18N definitions associated with a text item.
Cause. When you specified alternate keys that were not unique, you specified
different file names on different keys.
Effect. The DDL compiler continues processing, using only the first file name
encountered.
Recovery. Specify file names correctly as required by your situation.
Cause. More than one key is defined at the same offset in the record, and COBOL
does not accept a file definition in which two keys have the same offset.
Effect. If COBOL output is requested, the DDL compiler issues a COBOL error
message and suppresses COBOL output.
Recovery. Remove all but one key at the same offset and recompile.
Cause. More than one key is identified as a primary key; a key-sequenced file has
exactly one primary key.
Effect. The DDL compiler rejects the record.
Recovery. Remove all but one key and recompile.
***FATAL ERROR*** More than one version specified- field-name
***ERROR*** More than 32 I18N definitions
***WARNING*** Multiple key file names specified for non-
unique keys- file-name
***WARNING*** Multiple keys with same offset
***ERROR*** Multiple primary keys