| ERROR | non-integral numeric literal string is inappropriate in this context |
| CAUSE | A non-integral numeric literal was used in a context that requires an integer (a number with no digits to the right of its decimal point). |
| ACTION | Replace the inappropriate literal with an integer literal. |