Page 1 of 1

Unable to convert data from CCSID 1208 to CCSID 819

Posted: Tue Nov 04, 2025 5:10 pm
by basim
All,
I m facing this issue when i try to perform a get from a file in ifs to a physical file
CCSID of the IFS file is 819 (i got the same error even if the ccsid is 1208)
Any idea how bypass this error "Unable to convert data from CCSID 1208 to CCSID 819"
If i use the cpyfrmimpf command using ccsid 1208 it's work fine

Thanks

Basilio

Re: Unable to convert data from CCSID 1208 to CCSID 819

Posted: Fri Nov 07, 2025 6:24 pm
by Scott Klement
Why are you trying to convert from 1208 to 819?

Physical files are never in 819

Re: Unable to convert data from CCSID 1208 to CCSID 819

Posted: Tue Nov 11, 2025 4:48 pm
by basim
Hi Scott,
What i m tryng to do is convert from 819 (ifs ccsid file) to 280 (italian ccsid)

Thanks

Re: Unable to convert data from CCSID 1208 to CCSID 819

Posted: Thu Nov 13, 2025 5:19 am
by Scott Klement
But the error message says you are converting from 1208 to 819. That's not the same as converting from 280 to 819.... what am I missing?

Re: Unable to convert data from CCSID 1208 to CCSID 819

Posted: Mon Nov 17, 2025 2:11 pm
by basim
You are right the message tell something different but based on the file present on IBM i. IFS ccsid is 819 and physical file have ccsid 280.
The orignal file is an ISO-8859 codification (8 bit)

Thanks