ASMA027S 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