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


ASMA058E

HLASM Programmer's Guide
SC26-4941-06

Invalid relative address - xxxxxxxx

Explanation

One of the following situations has occurred:
  • The relative address is an odd value, and therefore cannot be represented as a number of halfwords.
  • The NOGOFF option has been specified and the relative address is not in the same control section as the instruction.
  • The relative address has the same relocatability attribute as the instruction, but is outside the control section.

System action

The instruction assembles as zero.

Programmer response

Supply a valid relative address that is on a halfword boundary and within the same control section. To allow a relative address that is outside the current control section, specify the GOFF option.

Severity

8

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014