how to retrive the max(sal),deptno,empno in datastage?
Answer Posted / poornachandrababu.l
Hi, This is Poorna,
take a source and then copy stage,to copy stage 2 o/p links
one output is for aggregator and other for join.
In aggregator
set group=deptno
aggregator type=calculation
column for calculation=sal
max value output column=sal.
In Join stage do equee join based on deptno and sal .
And pass output of join Stage to target.
By doing this wasy we can get Max(sal) of the employee on
particular department.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Differentiate between datastage and informatica?
What is datastage?
what is ds administrator used for?
project Steps,hits, Project level HArd things,Solved methods?
What could be a data source system?
What are the types of containers?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
What is the differentiate between data file and descriptor file?
Can you explain engine tier in information server?
What a datastage macro?
How we can covert server job to a parallel job?
Difference between data warehousing and olap?
What are the different kinds of views available in a datastage director?
What are some different alternative commands associated with "dsjob"?
What are the steps required to kill the job in Datastage?