What is the latest version that is available in Ab-initio?
Post New Answer View All Answers
Can anyone give me an example of realtime start script in the graph?
How do you truncate a table?
What would be the next step after collecting the data?
Explain batch processing in ab initio?
What are the facts that can compromise data integrity?
How many components in your most complicated graph?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
Within a cursor, how would you update fields on the row just fetched?
What is a look-up?
Explain data flow graph with an example?
The methods to improve performance of a graph?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
What the difference between “look-up” file and “look is up” in abinitio?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC