I have a field defined as char 32000 CCSID 1208; when viewing on the iSeries (STRSQL) it's fine, when viewing in run sql scripts it's gibberish.
I've tried casting it, changing the QZDASOINIT job CCSID and all that crap - can't get it legible.
I came across this thread here albeit the "resolutions" are for embedded sql rather than runsql scripts however I tried declaring a global variable as 1208, setting it to the field I want to see then viewing it and I get the same issue - which makes sense since as it's the same as just viewing a the 1208 field from the file.
My job is running as CCSID 37 - any insight greatly appreciated.
I've tried casting it, changing the QZDASOINIT job CCSID and all that crap - can't get it legible.
I came across this thread here albeit the "resolutions" are for embedded sql rather than runsql scripts however I tried declaring a global variable as 1208, setting it to the field I want to see then viewing it and I get the same issue - which makes sense since as it's the same as just viewing a the 1208 field from the file.
My job is running as CCSID 37 - any insight greatly appreciated.
Comment