. 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

How transaction file different from that of a sort file?

0 Answers  


How to compare two dmls in abinitio

0 Answers  


Hi friends i have 3 input files 1 is country file(cid,cname) 2 is State file(cid,sname) 3 is populate file(pid,sid,Adress) I want (cname & total poplation) how i can get the output please help me Thank you

1 Answers  


Dear all, Please send me the ab initio pdfs and faqs i need... my mail id is rrajesh.intel@gmail.com

0 Answers  


Broadcast and replicate does the similar work , what’s the diff then

4 Answers   TCL, Wipro,






How to create repository in abinitio for stand alone system(local nt)?

0 Answers  


What are the benefits of data processing according to you?

0 Answers  


how does deadlock occur?

6 Answers   IBM,


What does it mean by the term 'sort component'?

0 Answers  


What are the key elements of a data processing system?

0 Answers  


What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?

0 Answers   IBM, TCL,


Suppose you find the term validation mentioned with a set of data, what does that simply represent?

0 Answers  


Categories