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.  Incrementing and storing value of a variable.

    Posted 12/25/10 10:37 PM

    Originally posted by: SRaman1


    I have 4 different functional maps called from a main map. I have a counter that I want to increment each time any of these maps are called.

    As I understand, if I use getandset() function, I may end up using input file for storing and setting the variable value, which I actually do not want to do. Can someone please tell me, if there is an alternative ?

    Basically, what I want to achieve is in my rule cell is -
    Transcount = Transcount + 1, so that I can call the next functional map providing the input parameter as Transcount.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Incrementing and storing value of a variable.

    Posted 01/24/11 02:45 PM

    Originally posted by: SystemAdmin


    I have a counter that I want to increment each time any of these maps are called. .......

    I think Index($) should do this.
    #IBM-Websphere-Transformation-Extender
    #DataExchange
    #IBMSterlingTransformationExtender