How to connect mainframe to Abinitio?
Answer / ps
there is a utility for this i.e cobol-to-dml utility
| Is This Answer Correct ? | 1 Yes | 0 No |
Can you read multiple input files using one input file component ?(same DML)
How do you improve the performance of a graph?
What does de-partition mean in abinitio?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
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
11. What is the use of allocate()?
Is it possible to create a parameter in the component?
What are the Types of parallelism in detail?
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
I had 10,000 records r there i loded today 4000 records, i need load to 4001 - 10,000 next day how is in Type 1 and how is it on type 2?
What will be the skew for, input file->partition by key-> partition by round robin->output file