Don > You wrote > Your emulator must be translating incorrectly. The 'not' char is: > > B, > > which in ascii is: x'AC'
Its hard to be sure, but in Word (Windows?) it appears to be x'8c' > and in ebcdic is: x'5F' With my emulator ^ is x'5f'. I am using codepage 1047 which is useful for working in C. > > the question mark '?' is > > ascii: x'3F' > ebcdic: x'6F' I suspect the question mark is caused by a piece of software somewhere giving up, and using '?' to designate 'unknown character'. All this just gives more credence to the idea of using \ as your 'not' character in rexx, you never know when you might want to cut and paste a bit of rexx and send by email. This and porting issues are simplified if you do. Julian Try Capscan's new online bureau at http://www.capscanintegrity.com ***** Matchcode International "Best International Product" at IDMF ***** ******************************************************************* This e-mail is confidential and intended solely for the use of the individual to whom it was addressed. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message is strictly prohibited. Please delete any copies you may have, on any computer. Any views expressed in this message are those of the individual sender and do not necessarily represent the views of Capscan Ltd and/or its subsidiaries. Please be aware that Internet communications are not secure. Capscan Limited Head Office: Capscan Limited Grand Union House 20 Kentish Town Road London NW1 9BB Registered in England no. 1183941 ******************************************************************* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

