what is flow of project?
No Answer is Posted For this Question
Be the First to Post Answer
what is main difference between change capture and change apply stages
How a source file is populated?
How you Implemented SCD Type 1 & Type 2 in your project?
How do you start developing a datastage project?
how many types of sorting the data in data stage?
what are the types of nodes
deptno wise to find max and min,and sum of rows and in target to company wise maximum
What are iconv and oconv?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
How to transfer file from one system to another system in UNIX?which command to be use?
explain unit testing,systemtesting,integrated testing
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...