DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -41
DDL Error and Warning Messages
Cause. You have entered a VALUE clause that contains more than one initial value.
Effect. DDL rejects the object.
Recovery. Remove all but one initial value and recompile.
Cause. The RECORD statement contains more than one SEQUENCE IS clause.
Effect. DDL rejects the object.
Recovery. Remove all but one SEQUENCE IS clause and recompile.
Cause. A field in a token map has more than one version because the field belongs to
a group that has a version, and the field itself has a version.
Effect. DDL closes the dictionary and output files and stops processing.
Recovery. Remove the version specification from the field and recompile.
Cause. More than 32 I18N definitions were associated with a text item.
Effect. DDL rejects the text item.
Recovery. Have a maximum of 32 I18N definitions associated with a text item.
Cause. When you specified nonunique alternate keys, you specified different file
names on different keys.
Effect. DDL 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.
***ERROR*** More than one sequence clause specified-
record-name
***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