Explain data flow graph with an example?
No Answer is Posted For this Question
Be the First to Post Answer
Can sorting and storing be done through single software or you need different for these approaches?
Is there any function in ab Initio which act like SCAN component
. How can you run a graph continuously without using continuous components ?
Can anyone give me an exaple of realtime start script in the graph?
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
What happens when we provide null key to sort, merge and pbks in Abinitio ?
What is the core of co> operating system?
Explain what does dependency analysis mean in abinitio?
How would you find out whether a sql query is using the indices you expect?
Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
Is it possible to create a parameter in the component?
I am having 10 records in i/p file,and i want to load only one record at a time to the output file.Then how can i do it?