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


ASMA168C

HLASM Programmer's Guide
SC26-4941-06

Undefined sequence symbol - xxxxxxxx

Explanation

The sequence symbol in the operand field of an AIF or AGO statement outside a macro definition is not defined; that is, it does not appear in the name field of an associated statement.

System action

This statement is ignored; assembly continues with the next statement.

Programmer response

If the sequence symbol is misspelled or omitted, correct it. When the sequence symbol is not previously defined, the assembler looks ahead for the definitions. The lookahead stops when an END statement or an OPSYN equivalent is encountered. Be sure that OPSYN statements and macro definitions that redefine END precede possible entry into look-ahead.

Severity

16

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014