ASMA214E Invalid operand value - &var

Explanation

The contents of operand &var is invalid for one of the following reasons:
  • null value
  • a hexadecimal value is required in the operand of a hexadecimal conversion function
  • a binary value is required in the operand of a binary conversion function
  • the operand is longer than the function supports
  • A decimal value is required in the operand of a decimal conversion function
  • The operand is outside the range of acceptable values that the function supports

System action

The statement is ignored.

Programmer response

Supply a valid operand value.

Severity

8