Hi Keith,
I assume that %g1 is your iteration variable and that you’re using %g1 also in the destination message.
For example:
PATHCOPY 1(%g1).0(0).PID -> 1(%g1).0(0).PID
In the last 3 lines, the ‘message’ is cleared, but the segments are still shown in the next message.
If you want to make one message per interation of PID, I would not use %g1 in the destination message, but just use ‘0’:
PATHCOPY 1(%g1).0(0).PID -> 1(0).0(0).PID
This way you also don’t need to clear the message anymore.
Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands