CEE0802C Heap storage control information was damaged.

Explanation

Internal control information saved in header records within the heap was damaged.

System action

No storage is allocated. A severity 4 condition is signaled and the application is terminated.

Programmer response

Ensure that your program does not write data to an area larger than the original allocation. For example, allocating a 100 byte area and then writing 120 bytes to this area could cause damage to a storage header.

Symbolic Feedback Code

CEE0P2