What is the significance of record required indicator of Join component ? How to use in abinitio graph?
Answer Posted / 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 |
Post New Answer View All Answers
How to add default rules in transformer?
What is $mpjret?
Explain what is sandbox?
Why might the optimizer use a table scan when an index is available?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
What are the benefits of data analyzing?
Hi friends, what are the new features in abinito3.0?
How can you SORT an already partitioned (round-robin) data ? How to use in abinitio graph? 3. How internally partition by key decides which key to send in which partition ? How to use in abinitio graph? 4. What is PDL ? Give him a shell type parameter and ask him to convert it to PDL. How to use in abinitio graph? 5. As shell type parameters are not supported by EME, then how you can use shell type parameter (If you don't want to use PDL) without hampering lineage diagram ? How to use in abinitio graph? 6.How you can generate dml from a COBOL copy book ? How to use in abinitio graph? 7. How you can convert from ebcdic to packed decimal ? How to use in abinitio graph?
What is ab initio enterprise meta>environment (eme)?
Can you explain data flow graph with an example?
How to add default rules in the transformer?
Describe the evaluation of parameters order in ab initio?
Mention what is the syntax for m_dump in abinitio?
What are differences between different gde versions(1.10,1.11,1.12,1.13and 1.15)?
What is the return type of lookup_not_loaded() ? Does it return 0 or 1 to signify true or false or does it return index ...can someone please explain.