For example, the @ character in CCSID 037 maps to hex 0x7C; however the
@ character in CCSID 273, German, maps to hex 0x5B. So, when running
on an iSeries under OS/400 do I use the @ symbol or the German
character (that my American keyboard will not produce) that represents
the hex value 0x7C?
The best way is to avoid special characters.
Try to replace @ though § in the German version. (We always have this
problems with source codes from american machines where @ is used)
Birgitta
Please, I really need to make sure I get this correct. If I switch my
machine to the German code page 273 and want to create a file, which in
the US/English code page would be FILE@123, I would instead type
FILE§123.
MrA