Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-56
Cause. A definition or record is larger than 32767 bytes.
Effect. The DDL compiler rejects the object.
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. The DDL compiler 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. The DDL compiler suppresses COBOL output.
Recovery. Correct the error and recompile; rebuild the dictionary if necessary.
***ERROR*** Record or definition too large
***ERROR*** Record size too big for file type
File Type Maximum Length
Unstructured 4096 bytes
Entry-sequenced 4072 bytes
Relative 4072 bytes
Key-sequenced 4062 bytes
File Type Maximum Length
Unstructured 4096 bytes
Entry-sequenced 4048 bytes
Relative 4048 bytes
Key-sequenced 4040 bytes*
*
In H06.28/J06.17 RVUs with specific SPRs and later RVUs, for
a format 2 key-sequenced file, the supported maximum length
is 27648 bytes.
For a list of the required H06.28/J06.17 SPRs, see SPR
Requirements for Increased Enscribe Limits for the
H06.28/J06.17 Release.
***ERROR*** Redefined element has OCCURS clause- element-name