What are the main differences you have observed between 7.x and 8.x version of datastage?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between INROWNUM AND OUTROWNUM IN DATASTAGE SERVER EDITION?
What are the various kinds of containers available in datastage?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
when will you go for dataset and fileset?
how to call routines in stages?
What are the environmental settings for data stage,while working on parellel jobs?
I have a input as: Col 1 1 2 2 3 I want 3 output as: Output1: 1 1 Output2: 2 2 Output3: 3 i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
What is the version control how can i apply this in DataStage can any one tell me the anser
In Datastage, how you can fix the truncated data error?
what is the diff b/w switch and filter stage in datastage
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...