What is the lookup function used to retrieve the particular duplictae datarecords in the lookup file

Showing Answers 1 - 9 of 9 Answers

Lookup -

looking up the data ...

suppose you have input it consits of emp_id

in lookup file it will be hving all the employes of the company..

u will seach ur input file aganist the lookup file ,so that the files your processing is ryt employes or not ..

most of the time input files comes from different loc..

in simple terms its like cross check

  Was this answer useful?  Yes

pradeep

  • Nov 16th, 2006
 

lookup_next function is used for retrieving duplicates records of that particular record

  Was this answer useful?  Yes


Use lookup_count for finding the duplicates and lookup_next for retrieving it.

If lookup_count (string file_label, [ expression [ , expression ... ] ] )>0

lookup_next ( lookup_identifier_type lookup_id, string lookup_template )

Njoi!!
Abhi - fresh as dew!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions