Name the different type of processing based on the steps that you know about?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends if u don't mind i want one question What abt READ MULTIFILE COMPONENT? PLZ GIVE BRIEFLY?
Mention what is rollup component?
How you can create cross joined output using join component ?
What is standard environment ?
Pdl with an example?
What are differences between different versions of co-op?
What do you understand by local lookup?
Mention what are the different types of parallelism used in abinitio?
What do you mean by data sorting?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
What is the syntax for m_dump in abinitio?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump