IBM0451S ONCODE=oncode-value The STORAGE condition was raised.

Explanation

There was insufficient storage available to satisfy a request for additional storage. For a storage allocation for a BASED variable, the variable was not allocated and its associated pointer will be undefined. For a storage allocation for a CONTROLLED variable, the controlled variable's generation was not allocated. A reference to the controlled variable will result in the access of a previous generation of the controlled variable (if any).

System action

The ERROR condition is raised.

Programmer response

Attempt to free the allocated storage through a FREE statement or within an ON-unit, or provide necessary steps in the ON-unit to terminate the program without losing pertinent information.

Symbolic Feedback Code

IBM0E3