COBOL Messages


LNC0405

Subject of REDEFINES %1 requires object %2 to be in alignment. Accepted.

10

Cause . . . . . : The subject of the REDEFINES clause is a pointer; however, the object of the REDEFINES clause is not a pointer, so it might not be in alignment. In other words, the location of %2 might not be a multiple of 16 bytes from the beginning of the record.

Recovery . . . : If the subject of the REDEFINES clause is in the LINKAGE SECTION, it is assumed that the pointer will be in alignment. If the subject of the REDEFINES clause is not in the LINKAGE SECTION, the REDEFINES clause applies to a level-77 item.


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