I'm running zOS 1.4 and I get "MATCH" IF I use the == comparison in the IF then I get NO MATCH
On 3/10/08, Todd Burch <[EMAIL PROTECTED]> wrote: > > Running z/OS 1.9. > > > > Running this, I get a match. > > > > /* rexx */ > > > > offset1 = "0000E0" ; > > offset2 = "0000E8" ; > > if (offset1 = offset2) then say "MATCH!" ; > > else say "NO MATCH!" > > > > What does it return on your system? > > > > Thanks, Todd > > > > > > > > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.518 / Virus Database: 269.21.7/1322 - Release Date: 3/9/2008 > 12:17 PM > > > ---------------------------------------------------------------------- > 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 > -- "I am as you, in you, for you. One as you in all, as all, forever. My call is your call." ---------------------------------------------------------------------- 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

