Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-27
Cause. A FILLER field is described with a TACL clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove the TACL clause and recompile.
Cause. A FILLER field is described with an EXTERNAL clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove the EXTERNAL clause and recompile.
Cause. A FILLER field is described with an UPSHIFT clause.
Effect. The DDL compiler rejects the object.
Recovery. Remove the UPSHIFT clause and recompile.
Cause. A FILLER field is described with one or more USER clauses.
Effect. The DDL compiler rejects the object.
Recovery. Remove the USER clauses and recompile.
Cause. A FILLER field has no PICTURE or TYPE clause to specify its length.
Effect. The DDL compiler rejects the object.
Recovery. Add a PICTURE or TYPE clause to the field description and recompile.
Cause. An elementary field is larger than 255 bytes, and output to a FORTRAN
source file is requested.
***ERROR*** Filler cannot have a TACL clause
***ERROR*** Filler cannot have an EXTERNAL clause
***ERROR*** Filler cannot have an UPSHIFT clause
***ERROR*** Filler cannot have a USER clause
***ERROR*** Filler must have a PICTURE or TYPE clause
***ERROR*** FORTRAN element with size greater than 255 bytes-
element-name