How will u remove header record? How will u remove tailer
record?
Answer Posted / rit
if there is no clue about how the header and trailer would
be then put a filter with next_in_seq = 1 to remove the
header and dedup the whole input with all fields as key and
keep last to remove the trailer.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
46.How you can create cross joined output using join component ? 47.What is the default layout of watcher files ? How to use in abinitio graph? 48.Why you get 'too many open files' error ? How to use in abinitio graph? 49.What is the significance of vnode folder under AB_WORK_DIR ? How to use in abinitio graph? 50, What is the significance AB_AIR_BRANCH? How to use in abinitio graph? 51. How can you select only unique records from a set of records ? How to use in abinitio graph? 52. How next_in_sequence work in parallel layout ? How to use in abinitio graph? 53. Why you want to set a modest number in limit ? How to use in abinitio graph? 54. How you can encrypt a password and use it in dbc file? How to use in abinitio graph? 55. Which function you should be using if you do not want to process non printable char from a feed file ? How to use in abinitio graph? 56. How you can run a component for certain conditions ? How to use in abinitio graph? 56. What is catalog and when you should use it ? How to use in abinitio graph? 57. How you can use reformat as a router ? How to use in abinitio graph? 58. How many process gets created for a n-way parallel component ? How to use in abinitio graph? 59. Why delimited DMLs take more time to process than fixed length DMLs? How to use in abinitio graph? 60. How can you select only first and last record from a file without using next_in_sequence? How to use in abinitio graph? 61.Why you should always keep largest input as driving input for Join ? How to use in abinitio graph? 62. What a catalog file contains ? How to use in abinitio graph? 63. What Is private project and public project ? How to use in abinitio graph? 64. Why you should not use checkpoint after replicate ? How
What are the functions of the replicate and dedup component?
What is the syntax for m_dump in abinitio?
What is the ab initio business rules environment (bre)?
What are the benefits of data analyzing?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
Have you worked with packages?
How many components in your most complicated graph?
What are the Types of parallelism in detail?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
What are the components new in 2.14 compared to 1.8 and State the usage of the components?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
Explain PDL with an example?
What is brodcasting and replicate?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio