What is the significance of record required indicator of Join component ? How to use in abinitio graph?

Answers were Sorted based on User's Feedback



What is the significance of record required indicator of Join component ? How to use in abinitio gra..

Answer / narrenderan

Inner Join
Record-required-0 = True
Record-required-1 = True

Outer Join

Record-required-0 = False
Record-required-1 = False


Inner join is matching records on both input , so both must be set to true and vice versa for outer join

Is This Answer Correct ?    2 Yes 2 No

What is the significance of record required indicator of Join component ? How to use in abinitio gra..

Answer / keerthika

when we specify Explicit Join user has privilege to tell how the records need to got to output, here is the detailed meaning behind

Left Outer Join
Record-required-0 = True
Record-required-1 = false

Right outer Join
Record-required-0 = False
Record-required-1 = True

Outer Join
Record-required-0 = True
Record-required-1 = True

Inner Join
Record-required-0 = False
Record-required-1 = False

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Ab Initio Interview Questions

What are the steps to create a repository in ab initio?

0 Answers  


What are “business rules” in ab initio business rules environment (bre)?

0 Answers  


What are the kinds of layouts does ab initio supports?

0 Answers  


What is a cursor? Within a cursor, how would you update fields on the row just fetched?

0 Answers  


How to replace last 4 digits of an input column with XXXX given input column has 12 digits?

0 Answers  


What do you understand by local lookup?

0 Answers  


What are the facts that can compromise data integrity?

0 Answers  


What the difference between “look-up” file and “look is up” in abinitio?

0 Answers  


Explain how you can run a graph infinitely in ab initio?

0 Answers  


What are the differences between different versions of co-op?

0 Answers  


what is deeup in unique only?

5 Answers   IBM,


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.

1 Answers   IBM,


Categories