how can find maximum salary by using Remove duplicate stage?
Answer Posted / akila
In case an explicit sort stage is used like inteh reply
above, the sort will be done on emp_id(key field) and the
salary. But remove duplicate will be done only on emp_id. I
guess that this might result in a warning like 'sort and
remove duplicates keys do not match'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of datastage?
What is difference between server jobs & parallel jobs?
What are routines in datastage? Enlist various types of routines.
how to implement scd2 in datastage 7.5 with lookup stage
what is repositery?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
What steps should be taken to improve Datastage jobs?
How can one find bugs in job sequence?
How do you register plug-ins?
what are the devoleper roles in real time? plz tell i am new to datastage....
Where do you see different stages in the designer?
Is it possible to query a hash file?
How many types of sorting methods are available in datastage?
What is apt_config in datastage?
How to convert RGB Value to Hexadecimal values in datastage?