What is the latest version that is available in Ab-initio?
Answer Posted / vinod
2.15 coops is available now
| Is This Answer Correct ? | 26 Yes | 11 No |
Post New Answer View All Answers
What are the differences between different versions of co-op?
Explain batch processing in ab initio?
You can ask about different vector functions. How to use in abinitio graph?
What will be the output when a file with 0 records is connected as input to a reformat and an output file? Note that in reformat we have assigned hardcoded values to output columns.
What are the different types of partition components in abinitio?
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What do you understand by a cartesian join?
What is brodcasting and replicate?
List out some of the air commands used in abintio?
Hi friends, what are the new features in abinito3.0?
What are the key elements of a data processing system?
Define ramp limit in ab initio?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
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