Originally posted by: SJacob
Hi, I have a scenario, where I have to Add sizes of 3 data fields and based on the size I have to make a logical decision.
Example:
INData1: "abcdef ghijk" --> Total lengt of 12.
INData2: "12345 67890" --> Total length of 11.
INData3: "klmn opq rst" --> Total length of 12.
OUTData: Total length of 30.
What I want to do is , if total length of INData1(5:7)+INData(1:7)+INData3(1:3) is Greater than 15, I have to map those sub fields , ie ( INData1(5:7)+INData(1:7)+INData3(1:3) ) to OUTData.ELSE map just (INData1(5:7)+INData(1:7)+) to OUTData.
Any guidance is greately appreciated.
Warm Regards,
Sjacob
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender