i have a small question for datastage, After the desinging
(i.e., transformations and loading)part, what we can do?
Answer / jeeva
compile
if it is failed in compile check the error and fix it
re-compile and execute it
Is This Answer Correct ? | 0 Yes | 0 No |
How do you remove duplicate values in datastage?
1.What is the flow of Transformer? 2.How can you do INDEX table in DataStage level?
What are the primary usages of datastage tool?
What is the difference between informatica and datastage?
How can we do null handling in sequential files
can explain wt is the pool for file.
Can we use sequential file as source to hash file? Have you do it ?if what error it will give?
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
Define Job control?
Can we use target hash file as a lookup ?
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?
Hi guys, please design job for this, MY INPUT IS COMPANY,LOCATION IBM,CHENNAI IBM,HYDRABAD IBM,PUNE IBM,BANGLOORE TCS,CHENNAI TCS,MUMBAI TCS,BANGLOORE WIPRO,HYDRABAD WIPRO,CHENNAI HSBC,PUNE MY OUTPUT IS COMPANY,LOCATION,COUNT IBM,chennai,hydrabad,pune,banglore,4 TCS,chennai,mumbai,bangloore,3 WIPRO,hydrabad,chennai,2 HSBC,pune,1 Thanks