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