DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -69
DDL Error and Warning Messages
Cause. The value of an unsigned integer has an invalid form: either a negative
number or a decimal or octal value.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile.
Cause. You specified a VALUE clause that does not contain a value.
Effect. DDL rejects the object.
Recovery. Correct the VALUE clause and recompile the object.
Cause. The data type of the element is not supported in the requested source
language. For valid data types in the requested source language, see
Appendix C,
DDL Data Translation
.
Effect. DDL still generates output for the requested source language into a data type
with the same size.
Recovery. Change the data type of the element and recompile.
Cause. The data type of an element in the referenced group definition is not supported
in the requested source language. For valid data types in the requested source
language, see
Appendix C, DDL Data Translation
.
Effect. DDL still generates output for the requested source language into a data type
with the same size.
Recovery. Change the data type of the element in the referenced group definition and
recompile.
Cause. The BIT data type is not supported in the requested source language. Only C,
pTAL, TAL, and Pascal support the BIT data type.
Effect. DDL groups the bit fields that reside in the same word and generates the
output into the integer data type.
Recovery. Change the data type and recompile.
***ERROR*** Unspecified value
***WARNING*** UNSUPPORTED data type in element
***WARNING*** Unsupported data type in structure
***WARNING*** Unsupported data type in word starting at
element- element-name