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


ASMA300W

HLASM Programmer's Guide
SC26-4941-06

USING overridden by a prior active USING on statement number nnnnnn

Explanation

The USING instruction specifies the same base address as a previous USING instruction at statement number nnnnnn, and the base register specified is lower-numbered than the previously specified base register.

System action

The assembler uses the higher-numbered base register for address resolution of symbolic addresses within the USING range.

Programmer response

Check your USING statements to ensure that you have specified the correct base address and base register and that you have not omitted a needed DROP statement for the previous base register. You can suppress this message by reducing the value specified in the WARN suboption of the USING option by 1.

Severity

4

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014