In a message dated 3/2/2007 8:35:48 A.M. Central Standard Time,
[EMAIL PROTECTED] writes:
IF (STATUS = 'M' AND VOLSER NE '.' AND DSN NE ' '
OR LOCATION NE 'OAM' OR LOCATION NE 'DYLT');
>>
Bad logic...
If A and B then do, Both must be TRUE.
If A or B then do, only one must be TRUE.
IF (STATUS = 'M' and VOLSER NE '.' and DSN NE ' '
AND (LOCATION NE 'OAM' or LOCATION NE 'DYLT');
<BR><BR><BR>**************************************<BR> AOL now offers free
email to everyone. Find out more about what's free from AOL at
http://www.aol.com.
----------------------------------------------------------------------
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