Answer Posted / koel
Whenever we sort a set of records with NULL key
automatically it consider the records as one group & data
will be as per the input serial number and will be sorted
according to that.But dedup will again cosider the records
as one group & output will be the first record
automatically.
e.g.input records:1,XYZ,100;
2,ABC,700;
5,JJJ,400;
7,KKK,500;
using NULL key sort component will give output as:
1,XYZ,100;
2,ABC,700;
5,JJJ,400;
7,KKK,500;
Dedup sort will give output as:
1,XYZ,100;
| Is This Answer Correct ? | 24 Yes | 7 No |
Post New Answer View All Answers
What is data encoding?
Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com
You can ask about different vector functions. How to use in abinitio graph?
What is the use of the co> operating system in ab initio?
What is the difference between dml expression and xfr expression?
How scientific data processing is different from commercial data processing?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What is abinitio?
Explain how you can run a graph infinitely in ab initio?
What do you understand by overflow errors?
What is a partition and what are the different types of partition components in abinitio?
What are the differences between different versions of co-op?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
Mention some ways for improving performance of a graph?