What is the status code?
Answer / swetha
Status code provides error handling for the informatica
server during the session. The stored procedure issues a
status code that notifies whether or not stored procedure
completed sucessfully. This value can not seen by the user.
It only used by the informatica server to determine whether
to continue running the session or stop.
| Is This Answer Correct ? | 5 Yes | 0 No |
I am having a FLAT FILE SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 to a FLAT FILE only.For more clarification i want to elimate nulls and want in a single line. Please help me out
Can we create two repositories on same database instance in oracle?
What is difference between partioning of relatonal target and partitioning of file targets?
I have table name in that I have Rajesh Reshika Priya I want the result Like only Starting with R Rajesh Reshika Can someone help me to get these results and How?
How many repositories can we create in Informatica?
How to Display top 2 salaries for each department WITHOUT using Rank Transformation And WITHOUT using SQL queries in source qualifier.
What is the reusable transformation?
what is fact and what types of fact tables is there
in unconnected lookup , what are the other transformations , that can be used in place of that expression transformation ?
what is mapping parameter and mapping variables
performance wise which one is better in joiner and lookup transformation?why?explain clearly?
case and like function in informtica (my source is XML). case when OS Like'%Windows%' and OS Like '%200%' then 'Windows 200' case when OS Like'%Windows%' and OS Like '%200%'and OS like '%64%' then 'windows 200 64 bit' etc.,,