My expected solution is to combine the 2 inbound NTE segments into the 1 outbound NTE segment.
Problem 1: Both NTE segments in that group appear to have the same designation, 1(0).0(0).NTE(0), so I’m having a problem copying both of them to the outbound. If I try to copy only the first NTE, it copies the 2nd NTE instead even though I didn’t try to copy the 2nd. Copying only the 2nd NTE works correctly.
Problem 2: If I want to combine the NTE segments into 1 repeated NTE outbound segment, how do I iterate the outbound correctly?
Pathcopy 1(%g1).0(0).NTE(%s1) => 1(%g1).0(0).0(0).NTE(%s1) should create the first set of outbound NTE segments(once the first problem is solved)
Pathcopy 1(%g1).0(0).NTE(%s2) => 1(%g1).0(0).0(0).NTE(%s1+%s2) ?????
I’m not sure how to index the 2nd group of NTE segments behind the 1st group.
Server is 5.7PRev2
Thanks