FUNL0078 Unable to format (type) value.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
A MISSING or ERROR constant was encountered in a PUT statement where the indicated constant could not be converted to the required format. For example, the statement:<pre> PUT FIELD AS FLOAT(4) ERROR 'ABC'</pre> would receive this error message. Correct either the constant or the output format on the PUT statement.
A MISSING or ERROR constant was encountered in a PUT statement where the indicated constant could not be converted to the required format. For example, the statement:<pre> PUT FIELD AS FLOAT(4) ERROR 'ABC'</pre> would receive this error message. Correct either the constant or the output format on the PUT statement.


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

Latest revision as of 13:41, 19 April 2013

A MISSING or ERROR constant was encountered in a PUT statement where the indicated constant could not be converted to the required format. For example, the statement:

 PUT FIELD AS FLOAT(4) ERROR 'ABC'

would receive this error message. Correct either the constant or the output format on the PUT statement.