Explain the functionality of your current project?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
Why do you need stage variables?
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
If you want to use the same piece of code in different jobs, how will you achieve it?
What is the difference between operational data stage (ods) and data warehouse?
How to move data set from one server to other?what are the steps to follow to do this?
In my source i have 10 records but i want 11 records in target. How can i acheive this in Server jobs.
How do you run datastage job from the command line?
i have a scenario with i/p as ID,salary with values 1,1000 2,2000 and 3,4000 i need an extra column in the o/p named amount with values 2000,4000 and NULL. how can i get it?
source has 2 fields like COMPANY LOCATION IBM HYD TCS BAN IBM CHE HCL HYD TCS CHE IBM BAN HCL BAN HCL CHE LIKE THIS....... AND I WILL GET THE OUTPUT LIKE THIS.... Company loc count TCS HYD 3 BAN CHE IBM HYD 3 BAN CHE HCL HYD 3 BAN CHE PLZ SEND ME ANSWER FOR THIS QUESTION..........
how to transfer file from one system to another system in unix? which cmd to be use?
How one source columns or rows to be loaded in to two different tables?