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
m (1 revision)
(Automatically generated page update)
 
Line 3: Line 3:
  The line number of the FUEL program being executed is shown in ''linenum''.
  The line number of the FUEL program being executed is shown in ''linenum''.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

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.