I am having a difficult time evaluating multiple conditions in an xlate…I need to suppress values IF OBR 25 NE TO F OR C AND OBR 4 NE TO PUNC OR FAST OR CMOS.
I have the following IF logic which doesn’t work…
IF
1(0).1(0).0(0).OBR(0).#25 eq =F || 1(0).1(0).0(0).OBR(0).#25 eq =C ||
1(0).1(0).0(0).OBR(0).#4(0).[0] ne =PUNC || 1(0).1(0).0(0).OBR(0).#4(0).[0] ne =FAST
THEN CONTINUE
ELSE
SUPPRESS
It was working fine until I added the OBR 4 logic to the IF statement.
Thanks,
FJ