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


ASMA028E

HLASM Programmer's Guide
SC26-4941-06

Invalid displacement

Explanation

One of the following situations has occurred:
  • The displacement field of an explicit address is not an absolute value within the range 0 through 4095.
  • The displacement field of an S-type address constant is not an absolute value within the range 0 through 4095.
  • The displacement of a long-displacement instruction cannot be resolved to lie within the range from -524288 to +524287.

System action

The statement or constant assembles as zero.

Programmer response

Correct the displacement or supply a correct USING statement containing an absolute first operand before this statement.

Severity

8

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014