Hallo alle,

hat jemand eine Idee, wie man in COBOL Offset zwischen zwei POINTERs berechnen kann?

Code:
01 pointer1 POINTER.
01 pointer2 POINTER.
01 offset     PIC S9(09) BINARY.

COMPUTE offset = pointer2 - pointer1.
Ich bin schon im Voraus dankbar.

LG J.