FUNL0122 Invalid datetime or datetime format 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 a FUEL program called a #function which has datetime and datetime format arguments, and that the datetime or the datetime format is invalid. This error could occur in a call to #C2DATE, for example, if a constant for the format argument is incorrectly coded, or if the date string argument does not match the format (assuming the fourth argument is omitted; supplying a %variable for the fourth argument allows you to test for errors).

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