DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -27
DDL Error and Warning Messages
Cause. You requested FUP output, but the object does not conform to FUP rules.
Effect. A message follows describing the FUP error. DDL does not write the object to
the FUP 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. DDL uses the default block size, 4,096.
Recovery. Specify a block size from 1 to 4,096 and recompile the record.
Cause. DDL encountered a group item that exceeds the 30-level nesting limit for
Pascal.
Effect. DDL rejects the object.
Recovery. Reduce the number of nesting levels and recompile.
Cause. You specified a JUSTIFIED clause for a group.
Effect. DDL rejects the object.
Recovery. Remove the JUSTIFIED clause from the group definition or description,
add a JUSTIFIED clause to the description of each field in the group, and recompile.
Cause. You specified a MUST BE clause for a group.
Effect. DDL rejects the object.
Recovery. Remove the MUST BE clause from the group definition or description, add
a MUST BE clause to the description of each field in the group, and recompile.
***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
***ERROR*** Group items cannot have a MUST BE clause