HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ASMA072E

HLASM Programmer's Guide
SC26-4941-06

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014