Use "if (offset1 == offset2) ..." John P. Baker
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Todd Burch Sent: 03/10/2008 1:12 PM To: [email protected] Subject: Rexx bug? 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 ---------------------------------------------------------------------- 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

