How to display errors in datastage?
Answer / ansh
In Datastage, Errors can be identified through Run director
| Is This Answer Correct ? | 0 Yes | 0 No |
Define Merge?
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
count number of deptno in a emp table?
how many dimentions and fact tables used in your project and what are names of it?
Triggers,VIEW,Procedures
what is a nodemap constraint
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
tell me abt Datastage trigger?
How you Remove the Dataset in Unix?
Hi , Today 1000 records updated, tomorrow 500 records updated how to find that?
What is ds designer?
i/p o/p1 o/p2 1 1 4 1 1 5 1 1 6 2 2 2 2 2 2 3 3 4 5 6 how to populates i/p rows into o/p1&o/p2 using datastage stages?and also the same scenario using sql?