I am getting the following error character conversion between CCSID 65535 and CCSID 1208 not valid
while running one of my programs from command line on IBM i green screen. Any idea why I am getting this error and how should I resolve this?
I checked my IBM i machine CCSID using the DSPSYSVAL QCCSID
command and it is set as 65535
.
You have to change your session job ccsid from
65535
to37
only no need to change system level ccsid. This will fix your issue.Just execute
chgjob ccsid(37)
command in your logged-in IBM i session.