Hey folks,
I have an IMS message-driven program.
In the Working Storage I declared a level-88 item like this :
05 ACCESS PIC X(02).
88 INSERT VALUE 'I '.
88 UPDATE VALUE 'U '.
88 DELETE VALUE 'D '.
When I set the level-88 INSERT item in the Procedue Devision to TRUE, I would expect, the ACCESS item contais the value 'I '.
But it contains sometimes '30' or '79', not every time, sometimes.
No idea why... can anybode help me ?