DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -53
DDL Error and Warning Messages
Recovery. Correct the error and recompile.
Cause. The total length of a record is greater than the maximum size allowed for the
special file type:
For Format 1 files:
For Format 2 files:
Effect. DDL rejects the record.
Recovery. Correct the error and recompile.
Cause. A field or group that has an OCCURS clause is redefined by another field
when COBOL output is requested.
Effect. DDL suppresses COBOL output.
Recovery. Correct the error and recompile; rebuild the dictionary if necessary.
Cause. A redefined field or group does not immediately precede the redefining field or
group.
Effect. DDL rejects the object.
Recovery. Move the redefining field or group to follow the field or group it redefines,
then recompile.
***ERROR*** Record size too big for file type
File Type
Maximum Length
Unstructured
4,096 bytes
Entry-Sequenced
4,072 bytes
Relative
4,072 bytes
Key-Sequenced
4,062 bytes
File Type
Maximum Length
Unstructured
4,096 bytes
Entry-sequenced
4,048 bytes
Relative
4,048 bytes
Key-sequenced
4,040 bytes
***ERROR*** Redefined element has OCCURS clause- element-name
***ERROR*** Redefined element not immediately preceding
Содержание 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 ...