CEE0802C Heap storage control information was damaged.
Analysis description:
-----------------------
1) Before getting this issue, there was a NAT0954 error in Natural which is fixed by using CALLNAT to a dummy program with a huge data area, the 954 error does not occur (heap error will still happen).
The dummy program is given below:
-----------------------------------------------
PARAMETER
1 #BOGUS-FIELD (A100)
1 #FILLER (A30)
*
LOCAL
1 #BIG-ONE (A500000)
END-DEFINE
RESET #BIG-ONE #BOGUS-FIELD #FILLER
END
----------------------------------------------
Even if we reduced the #BIG-ONE to 50000, the program still failed with 954.
I believe the heap error is in someway related to the natural error (NAT0954).
2)I have already checked the called/calling parameters. The linkage doesn?t have any issues.
3) When we comment the call to the program C, it fails in the second call to the program D.
I have not come across such HEAP ERRORS before. Please suggest me a solution if some one has experienced this previously.
Joined: 29 Aug 2005 Posts: 9 Location: Hyderabad, India
Hi,
I Have not faced such Problem Earlier but I can suggest u that If U have 'SMARTTEST' tool U can debug the Cobol modules so that U can come to know where it gets abend