What is the Difference between SetVariable and setmaxvariable
in informatica?
Answer Posted / abhinav
Set variable:Sets the current value of a mapping variable to
a value you specify.
Exa:SETVARIABLE ($$Time, SYSDATE)
SetMaxVariable:Sets the current value of a mapping variable
to the higher of two values.
Exa:SETMAXVARIABLE ($$MAXITEMS, ITEMS)
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Does an informatica transformation support only aggregate expressions?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is informatica etl tool?
What is a code page?
if we have a delimiters at unwanted places in a flat file how can we over come those.
What is repository manager?
How to use procedural logic inside infromatica?
One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?
Is stop and abort are same in informatica?
How do you use reject loader.
What is the function of aggregator transformation?
What are the transformations that are not supported in mapplet?
What is workflow? What are the components of workflow manager?
Define update strategy?
Explain the different dimensions.