FUNL0116 Value is non-numeric or is out of range in line (linenum); Fast/Unload cancelled.

From m204wiki
Jump to navigation Jump to search

This indicates that the FUEL program referenced an entity in a context that required a numeric value within a particular range, yet the value in the entity referenced was not within the required range. This error could occur, for example, when a %variable is used as a field occurrence number or as the FROM clause in a FOR statement, both of which must be numbers greater than or equal to 1.

The line number of the FUEL program being executed is shown in linenum.