On Tue, 13 Mar 2012 12:51:26 -0400, Shmuel Metz (Seymour J.) <[email protected]> wrote: >>Is there any translation table in z/os 1.11 that translates the "NOT >>SIGN" x'5F' to an ascii x'AC', > >These is no ASCII 'AC'X; you really need to know what code pages >you're using to get a correct translation.
If you use UCS-2, the NOT SIGN is U+00AC. But you're right, it isn't ASCII, it's Unicode. TYPE U 2 B (big endian Unicode) TYPE U 2 L (little endian Unicode) Also look at SITE UCSHOSTCS. Alan Altmark IBM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

