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


ASMA027S

HLASM Programmer's Guide
SC26-4941-06

Excessive number of operands

Explanation

One of the following situations has occurred:
  • More than 32000 positional operands, keyword operands, or both have been explicitly defined in a macro prototype statement.
  • There are more than 255 operands in a DC, DS, or DXD statement.

System action

The excess parameters are ignored.

Programmer response

For a DC, DS, or DXD statement, use more than one statement. For a macro prototype statement, delete the extra operands and use &SYSLIST to access the positional operands, or redesign the macro definition.

Severity

12

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014