What is the Difference between SetVariable and setmaxvariable
in informatica?
Answer / 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 |
how to import multiple flat files in to single target where there is no common column in the flat files
I have name like INDIA in a column. I want display 1st line A, 2nd line N, 3rd line D, 4th line I, 5th line A in oracle data base?
Explain lookup transformation source types in informatica
I cleared Informatica certification Designer. if anybody need dumps, can contact at mukesh1009@gmail.com
119 Answers Accenture, Gcs, TCS,
i have flat file it contains 'n' number of records, i need to send half of the records to one target table and Remaining half to another target table. can any tell me procedure.
what is the monster dimension plz give me one example
When you move from devel to prod how will you retain a variable
What are some examples of informatica etl programs?
How you prepared reports for OLAP?
wht is cdc?how to use it in creation of mappings?
Which version configuration tool used in ur project?
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..