A size was specified or a default size was used that was not large enough to hold numeric literal %1.
30
Cause . . . . . : A size can be specified for an integer or float literal. In this case a size of %2 was specified to hold the numeric literal %1; however, the %2 byte binary or float number is not large enough to hold the numeric literal.
Recovery . . . : Change the integer or float value, or increase the size specified.