I have the following ACK message coming back from my third party:
ACK001381END0016. where the . represents
My PDL code to match this looks like:
define phrase ack-msg;
“ACK”;
field data = variable-array( not (
end phrase;
But for some reason it errors saying there is no phrase match. This means that Cloverleaf waits until the timeout period to send the next record as I have await replies set. I do need to have the ACK before I can send the next message.
Can anybody offer any advise/assistance on how to write my PDL phrase so it works?
Thanks
Garry