ASMA072E Data item too large

Explanation

The value of a Y-type address constant or H-type constant is larger than 215-1 or smaller than -215, or the value of an F-type constant is larger than 231-1 or smaller than -231.

System action

The constant is truncated. The high-order bits are lost.

Programmer response

Supply a smaller scale modifier, a longer constant, or a smaller value.

Severity

8