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

Name the different type of processing based on the steps that you know about?

612


What is sandbox?

708


Have you ever encountered an error called “depth not equal”?

649


State the working process of decimal_strip function?

1564


What the difference between “look-up” file and “look is up” in abinitio?

830






How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa

651


The methods to improve performance of a graph?

635


How to add default rules in transformer?

683


Mention what information does a .dbc file extension provides to connect to the database?

694


How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on

470


What is the difference between look-up file and look-up, with a relevant example?

699


Explain about ab initio’s dependency analysis?

640


What is the syntax for m_dump in abinitio?

1052


List out some of the air commands used in abintio?

714


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

534