IBM0850S
ONCODE=oncode-value The aggregate length exceeded the limit of 2**24 bytes.

Explanation

The length of the structure or array to be mapped was greater than 2²4, thus exceeding the limits of addressability. The program was compiled with CMPAT(V1). The ONCODE associated with this message is 3800.

System action

The ERROR condition is raised.

Programmer response

Reduce the size of the array or structure to a size that can be accommodated within the main storage available. If a variable is used to specify the dimension or length, check that it has been correctly initialized before the storage is allocated to the aggregate. Or, compile the program with the CMPAT(V2) option.

Symbolic Feedback Code

IBM0QI