DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -30
DDL Error and Warning Messages
Cause. A field described with the USAGE IS INDEX clause is the wrong size for
COBOL85 output.
Effect. DDL does not produce the requested output for the object.
Recovery. Change the size of the index field, specify an index field of the correct size,
or request the output appropriate for the field size.
Cause. A definition or record description includes an INDEXED BY attribute without an
OCCURS or OCCURS DEPENDING ON clause.
Effect. DDL rejects the object.
Recovery. Add an OCCURS or OCCURS DEPENDING ON clause, or remove the
INDEXED BY attribute, and recompile the object.
Cause. An initial value for a group exceeds the combined size of the fields within
the group.
Effect. DDL rejects the object.
Recovery. Change the initial value or the combined field size and recompile.
Cause. An initial value for a field is outside the range specified for that field in a MUST
BE clause.
Effect. DDL rejects the object.
Recovery. Change the MUST BE range or the VALUE clause and recompile.
Cause. A group with a VALUE clause contains a field that also has a VALUE clause.
Effect. DDL rejects the object.
Recovery. Remove the VALUE clause from the field description and recompile.
***ERROR*** INDEXED BY is invalid without OCCURS clause-
object-name
***ERROR*** Initial VALUE exceeds size of group name
***ERROR*** Initial VALUE violates MUST BE constraint
***ERROR*** Initial VALUE’s conflict in group- name
***WARNING*** Input line exceeds 132 characters; truncation
occurred
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...