. 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 do you add default rules in the transformer?

0 Answers  


How transaction file different from that of a sort file?

0 Answers  


In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?

4 Answers   IBM,


What is sort component in abinitio?

0 Answers  


What is the difference between check point and phase?

0 Answers  


What is local and formal parameter?

0 Answers  


What is air_project_parameters and air_sandbox_overrides? what is the relation between them?

1 Answers   IBM,


How to implement the funtionality in the custom component to use in the graph?

1 Answers  


Can you read multiple input files using one input file component ? (Same DML) How to use in abinitio graph?

3 Answers   IBM, TCL,


How do you convert 4-way mfs to 8-way mfs?

1 Answers  


what is the use of catlog or catlogfile?

0 Answers  


what is the relation between EME , GDE and Co-operating system ?

4 Answers  


Categories