What is the DynamicScriptGeneration and what is the Use?
Answer Posted / raje0303
DynamicScriptGeneration provides you to run the graphs using component folding feature.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
How transaction file different from that of a sort file?
Runtime behavior of Normalize and Reformat
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
What is the difference between a scan component and a rollup component?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What is the max core of a component?
Mention what is rollup component?
What would be the next step after collecting the data?
What are the different forms of output that can be obtained after processing of data?
Can you explain data flow graph with an example?
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?
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?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
Describe the elements you would review to ensure multiple scheduled batch jobs do not collide with each other?