On Mon, 12 Sep 2005 07:48:08 -0400, Don Poitras <[EMAIL PROTECTED]> wrote:

>Your emulator must be translating incorrectly. The 'not' char is:
>
>¬
>
>which in ascii is: x'AC'
>and in ebcdic is:  x'5F'
>
>the question mark '?' is
>
>ascii:  x'3F'
>ebcdic: x'6F'
>

It came out as a question mark in the web archives also.  I don't
know why.

BTW,  I use <> for "not equal" in my REXX code.  This won't work for
something like "not greater" but I don't ever use "not" except when
needing not equal.  Regardless of what you use for NOT, OR (|) can
still have translation issues.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America and Farmers Insurance Group
mailto: [EMAIL PROTECTED]
Systems Programming expert at http://Search390.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
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

Reply via email to