ASMA108E Inconsistent dimension on SET symbol reference; default = 0, null, or type=U - xxxxxxxx

Explanation

A SET symbol in the operand field is dimensioned (subscripted), but was not declared in a GBL or LCL statement as dimensioned, or vice versa.

System action

A value of zero or null is used for the subscript. If the type attribute of the SET symbol is requested, it is set to U.

Programmer response

Make the declaration and the usage compatible. You can declare a SET symbol as dimensioned by using it, subscripted, in the name field of a SET statement.

Severity

8