What is the language used in Ab Initio ?
Answers were Sorted based on User's Feedback
Answer / chand
the language used in abinitio is DML(data manipulation language)
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / ravikant
UNIX
basically when graph runs, it is executing .run file on
that server
| Is This Answer Correct ? | 3 Yes | 3 No |
Explain what is the architecture of abinitio?
Can sorting and storing be done through single software or you need different for these approaches?
) How can you count the total no .of records in the specified partition in the Multifile?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?
What is the difference between a utility and api in a RUN SQL component
what is SSH?What is the differences between the SSH,SSH1,SSH2?
explain the environment varaibles with example?
What are the reasons for which business can trust the approach of data processing?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
Need Ab-Initio Material - Harini
Runtime behavior of Normalize and Reformat
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