FUNL0198 Illegal reference to BLOB/CLOB field '(fld)' in file (filNam).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The value of the BLOB or CLOB field named ''fld'' in file ''filNam'' is referenced in an illegal context, for example, as a #function argument which is limited to strings of leng...")
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The value of the BLOB or CLOB field named ''fld'' in file ''filNam'' is referenced in an illegal context, for example, as a #function argument which is limited to strings of length 255, or in a comparison in an IF statement.
The value of the BLOB or CLOB field named ''fld'' in file ''filNam'' is referenced in an illegal context, for example, as a #function argument which is limited to strings of length 255, or in a comparison in an IF statement.


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

Latest revision as of 13:42, 19 April 2013

The value of the BLOB or CLOB field named fld in file filNam is referenced in an illegal context, for example, as a #function argument which is limited to strings of length 255, or in a comparison in an IF statement.