In an Ascential Transform stage, I have a 4 byte control field "STRM" If the 4th byte is and "8", I need to set output field BALANCE to incoming field A. If the 4th byte is "2", the output field has to be set to incoming field B.
IF substring(STRM,4,1) = "8" THEN BALANCE = OFFER_BALANCE ELSE...