Reply To: How to CONCAT all OBX.5 into a single OBX?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to CONCAT all OBX.5 into a single OBX? Reply To: How to CONCAT all OBX.5 into a single OBX?

#57507
Rentian Huang
Participant

    Jim, I think you are absolutely right, I was thinking of that too, but while doing the xlate, I was having problem: the OBX segment never shows up. Here’s what I used:

    1. ITERATE:

       Type: segment  Basis: 1(0).1(0).1(0).OBX  Variable: %g1

    2. Inside the ITERATE:

       CONCAT: Separator: .br    Source: 1(0).1(0).1(0).OBX(%g1).00573  @box5    Destination: @box5

    3. After the ITERATE and outside of the ITERATE

       COPY:  Source: @obx5     Destination: 1(0).1(0).1(0).OBX.00573

    Where did I do wrong?