โ2008 Apr 11 3:49 PM
hi experts,
.i'm trying to create a a unix file in ECC6. When characters and Č were encountered, it was replaced by #. I also tried logging on to appropriate language but it still throws the same output. Help please.
thanks,
zry
โ2008 Apr 11 4:03 PM
Try this way
I think this is related to "OPEN DATASET" statement. It is necessary to specify as an option, which character set is used in the disk file. Since the legacy system is still using the "old" character set and not Unicode.
Option MODE must be specified like:
LEGACY TEXT MODE CODE PAGE '1100'.
Examples:
open dataset fnam for output in legacy text mode code page '1100'.
aยฎ
โ2008 Apr 11 4:15 PM
Hi thanks for the response, i tried changing the the encoding and i get the expected result. The project is currently using non-unicode encoding and i tried to use default.