COBOL Messages


LNC0415

Pointer move not done. Operands %1 and %2 do not have the same offset relative to 16-byte boundary.

10

Cause . . . . . : One or both operands of a MOVE statement contain a pointer; however, a non-pointer move was done. Pointer data items, procedure-pointer data items, and object reference data items that are affected by the MOVE statement will be equal to NULL.

Recovery . . . : If you do not need to maintain the pointers, the MOVE statement can stay the same. To maintain the pointers, make sure that the offset of each operand within the structure is an equal number of bytes away from a 16-byte boundary.


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