FUNL0078 Unable to format (type) value.

From m204wiki
Revision as of 16:50, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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 FI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.