i am try to update one colunm with this query
UPDATE PRODDTA/F0411 SET RPPOST='D'
WHERE RPICU=171214 AND RPDOC=6101000
and its shown this error..
Character conversion between CCSID 65535 and CCSID 13488 not valid.
Why this is happning.
UPDATE PRODDTA/F0411 SET RPPOST='D'
WHERE RPICU=171214 AND RPDOC=6101000
and its shown this error..
Character conversion between CCSID 65535 and CCSID 13488 not valid.
Why this is happning.
Comment