What is AB_LOCAL expression where do you use it in ab-
initio?
Answer Posted / ramanjaneyulu.i
sql queries does not recognise by Abinitio then we will use
AB_LOCAL.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is data encoding?
Where $mpjret is used in ab-initio?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
Mention some ways for improving performance of a graph?
Pdl with an example?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
In abinitio, what types of parallelism are used?
How to create repository in abinitio for stand alone system(local nt)?
Tell us about the architecture of abinitio.
How to create a repository in abinitio for stand-alone system(local nt)?
What will be the skew for, input file->partition by key-> partition by round robin->output file
How can a graph be run infinitely?
Have you used rollup component? Describe how.
What is the difference between formal and export parameter? Export at what secenario we are going to use?
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