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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.