1) Using Bulkcopy at the beginning
2) sometimes the sender sends out blank PV1 segments, but not always
example, I receive from sender:
MSH|^~&|ATHENANET|…….
EVN|A28|200709100324
PID||4021||……..
PV1
GT1|||……..
I’m thinking something like
IF 0(0).PV1 eq @null
PATHCOPY @null to 0(0).PV1
but I get compile errors. Is this even possible inside and xlate or should I stick to tcl proc?[/i]