Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-28
Effect. The DDL compiler does not write object containing field larger than 255 bytes
to the FORTRAN source file.
Recovery. Describe the field as two or more smaller fields and recompile.
Cause. You requested FORTRAN output, but the object does not conform to
FORTRAN syntax rules.
Effect. A message follows describing the FORTRAN error. The DDL compiler does
not write the object to the FORTRAN source file.
Recovery. Correct the error and recompile if you want FORTRAN output.
Cause. You requested FUP output, but the object does not conform to FUP rules.
Effect. A message follows describing the FUP error. The DDL compiler does not write
the object to the FUP file-creation source file.
Recovery. Correct the error and recompile.
Cause. A RECORD statement specified a block size less than 1 or greater than 4,096.
Effect. The DDL compiler uses the default block size, 4,096.
Recovery. Specify a block size from 1 to 4,096 and recompile the record.
Cause. The DDL compiler encountered a group item that exceeds the 30-level nesting
limit for Pascal.
Effect. The DDL compiler rejects the object.
Recovery. Reduce the number of nesting levels and recompile.
Cause. You specified a JUSTIFIED clause for a group.
Effect. The DDL compiler rejects the object.
***WARNING*** FORTRAN OUTPUT DIAGNOSTICS:
***WARNING*** FUP OUTPUT DIAGNOSTICS:
***WARNING*** FUPBLOCKSIZE must be from 1 to 4096- value not
changed
***ERROR*** Group item exceeds Pascal’s nesting limit for
records- group-name
***ERROR*** Group items cannot have a JUSTIFIED clause