FUNL0122 Invalid datetime or datetime format in line (linenum); Fast/Unload cancelled.

From m204wiki
Jump to navigation Jump to search

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.