FUNL0039 Unable to convert constant to output format.

From m204wiki
Revision as of 13:41, 19 April 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A PUT statement was encountered where the indicated constant could not be converted to the required format. For example, the statement PUT 'ABC' AS FLOAT(4) would receive this error message. Correct either the constant or the output format on the PUT statement.