COBOL Messages


LNC0403

FILLER items of length %2 added to group structure to align item %1.

0

Cause . . . . . : A pointer data item, procedure-pointer data item, a data item defined using the TYPE clause, or object reference data item in a group structure was not in alignment. In other words, the location of the item was not a multiple of 16 bytes from the beginning of the record.

Recovery . . . : To avoid creating these FILLER items, arrange the group structure so that the item is in alignment.


[ Top of Page | Previous Page | Next Page | Table of Contents ]