How can you find the 2nd Highest salary in a file department wise in abinitio?

Answer Posted / vital_parsley

1)use a reformat.
2)Global variable which increments with every records only
if previous record is not equal to current record
3) output_select where sal == 2

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the project environment(for each project the environment is same or different to different project)?

1653


When using multiple dml statements to perform a single unit of work, is it preferable to use implicit or explicit transactions, and why?

667


How to compare two dmls in abinitio

1198


You can ask about different vector functions. How to use in abinitio graph?

5035


List out the file extensions used in abinitio?

661






What do you mean by a transaction file and how it is different from that of a sort file?

633


what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?

3383


Explain the methods to improve performance of a graph?

674


What are the key elements of a data processing system?

692


How can a graph be run infinitely?

618


Can you explain data flow graph with an example?

714


What is publickey and private key?what is the use of this two keys?

2346


Define ramp limit in ab initio?

776


What is a cursor? Within a cursor, how would you update fields on the row just fetched?

659


Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low

862