IBM0342S
ONCODE=oncode-value The SIZE condition was raised.

Explanation

The high-order (leftmost) significant binary or decimal digits were lost in an assignment to a variable or temporary variable where the size of the value being assigned exceeded the declared (or default) size of the data item. The ONCODE associated with this message is 341.

System action

The ERROR condition is raised.

Programmer response

Either modify the program so that the data item is large enough for the value being assigned to it or include an ON-unit for the SIZE condition to allow processing to continue when the SIZE condition is raised.

Symbolic Feedback Code

IBM0AM