COBOL Messages


LNC0414

FILLER items of length %2 added to table %1 to align pointers.

0

Cause . . . . . : A pointer data item, procedure-pointer data item, or object reference data item, in a table 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 table so that the item is in alignment.


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