What is meant header and tailer, suppose header and tailer
had some junk data how will delete junk data ? which
components r used?
Answer Posted / equalizer
Generally there is a indicator for record type.
For ex If it is Header, the first byte would have H
Trailer,the first byte would have H
Define record types for each using conditional dml and
validate/remove junk data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between formal and export parameter? Export at what secenario we are going to use?
What are the steps to create a repository in ab initio?
Describe what the SQL Server tempdb and tlog files are used for?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
Explain what is sort component in abinitio?
What are the factors on which storage of data depends?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
What are the fundamental blocks of co> operating system of ab initio?
What is MAX CORE of a component?
How can you force the optimizer to use a particular index?
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
What do you mean by a transaction file?
What is local and formal parameter?
Describe the grant/revoke ddl facility and how it is implemented?
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