FUNL0039 Unable to convert constant to output format.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "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 er...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

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.