how to retrive the max(sal),deptno,empno in datastage?

Answer Posted / guest

we can retrive the max(sal),deptno,empno in aggreator stage.
way is
set group=deptno
aggregator type=calculation
column for calculation=sal
max value output column=max(sal)

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain datastage architecture?

808


1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?

1799


how to write server Routine coding?

1655


What is a folder? Difference types of stages?

617


What steps should be taken to improve Datastage jobs?

633






How complex jobs are implemented in datstage to improve performance?

587


How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.

2983


explain about citrix scheduling tool in datastage

1807


State the difference between an operational datastage and a data warehouse?

598


How do you generate sequence number in datastage?

617


How to convert RGB Value to Hexadecimal values in datastage?

3450


If you want to use the same piece of code in different jobs, how will you achieve it?

625


What is the importance of the exception activity in datastage?

614


WAT TYPE OF PL/SQL QUERRYS USED IN DATASTAGE

3254


How can you write parallel routines in datastage PX?

611