ASMA075E Arithmetic overflow

Explanation

The intermediate or final value of an expression is not within the range -231 through 231-1.

System action

A machine instruction assembles as zero; an assembler instruction is ignored; a conditional assembly expression uses zero as the result.

Programmer response

Change the expression.

Severity

8