IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  Run map query

    Posted 07/13/12 04:37 AM

    Originally posted by: Vikrant264


    I have two maps, lets call them parent map nad child map, what i am trying to do is , i would like to call the child map from the parent map using run function and what ever the output is genrated by the child map should go in to the elament tag from which the run map is called. Is this possible in TX? If yes can you please explain with an example of run command ?
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Run map query

    Posted 07/13/12 02:18 PM

    Originally posted by: SystemAdmin


    Yes , it is possible do that.

    Use as below

    RUN("childmap.mmc" , echoin(1,ip) + "-OEn") where n is the childmap op card u wanna echo.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Run map query

    Posted 07/16/12 04:58 PM

    Originally posted by: repanzer1


    As explained above, you can "echo" in the value returned by the child map into the field where the RUN map statement is, by using "-OE1" which will return the value from output card 1 in the child map. If you want the value from the second output card in the child map, use "-OE2", and so on. This is most likely found in the “Execution Commands” documentation.

    You mentioned "Is this possible in WTX?", and I just wanted to say, almost every time that question is asked, the answer is yes. WTX is a very powerful tool when used properly.


    There are 10 types of people in this world. Those who understand binary and those who don't.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender