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

From m204wiki
Jump to navigation Jump to search
(Created page with "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 wit...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

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.