FUNL0078 Unable to format (type) value.

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.