. How can you get all the fields form a lookup files ?
(Which function)

Answers were Sorted based on User's Feedback



. How can you get all the fields form a lookup files ? (Which function)..

Answer / pritam

This can be done using lookup() function where we can give
the lookup component name and the keys and it will give the
entire record as output..
lookup("look up file",key)

Is This Answer Correct ?    4 Yes 1 No

. How can you get all the fields form a lookup files ? (Which function)..

Answer / keerthika

We can use like

out.field1 :: lookup("LOOKUP_FILE_NAME".Key).Field1_to_be_fetched;
out.field2 :: lookup("LOOKUP_FILE_NAME".Key).Field2_to_be_fetched;

Is This Answer Correct ?    3 Yes 0 No

. How can you get all the fields form a lookup files ? (Which function)..

Answer / sarang ambikar

We can use local variable in a transform to return multiple
field values from Lookup

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ab Initio Interview Questions

what is the use of catlog or catlogfile?

0 Answers  


How to Improve Performance of graphs in Ab initio?

2 Answers   TCS, Wells Fargo,


How will u remove header record? How will u remove tailer record?

5 Answers   EDS, Polaris,


How you can delete an object from EME data store ? How to use in abinitio graph?

1 Answers   IBM, TCL,


What is a deadlock and how it occurs?

0 Answers  






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

0 Answers  


What is air-project parameter ? How to use in abinitio graph?

3 Answers   IBM, TCL, Tech Mahindra,


Why creation of temporary files depends on the value of MAX CORE

1 Answers   HCL,


Describe the Evaluation of Parameters order.

1 Answers  


What is is a data flow graph?

0 Answers  


What are Cartesian joins?

3 Answers  


What is regex (lookup)? When you should use it? How to use in abinitio graph?

1 Answers   Steria, Wipro,


Categories