I am trying to suppress any messages that do not end up creating OBX segments. As I create an OBX I set a flag in OBR. At the end when I try to use the flag in an IF statement, the Xlate won’t compile. Is this not do-able or do I have the syntax wrong again? It says the parse failed because it has more than one datum??
IF ~…OBR9… ne @null –> Continue
Else Suppress
Thanx!