CEE3204S
The system detected a protection exception (System Completion Code=0C4).

Explanation

Your program attempted to access a storage location to which it was not authorized.

System action

The thread is terminated.

Programmer response

Check your application for these common errors:
  • Using the wrong AMODE to reference storage
  • Trying to use a pointer that has not been set
  • Trying to store data into storage reserved for the system
  • Using an invalid index to an array

See a Principles of Operation manual for a full list of protection exceptions.

Symbolic Feedback Code

CEE344