Page 1 of 1

server jobs

Posted: Thu Jun 18, 2009 10:35 pm
by sunitha_cts
HI,
I have 2 flat files say read f1 and f2 ,read f1 names file and check if name stem (first 4 characters of name )is present in f2 names stem file flat file.I f found update sequence number else add new name stem with sequence number, increment sequence number or all records in f2 by 1. HOW CAN I IMPLEMEN THIS ?

Kindly give a solution to this problem

Thanks
Sunitha

Posted: Thu Jun 18, 2009 10:42 pm
by chulett
Still not a doing a very good job of choosing post titles. :?

I honestly cannot follow your description. Can we try again please, rephrase your requirements and (ideally) include some examples of the contents of these two flat files?

Posted: Thu Jun 18, 2009 11:35 pm
by ray.wurlod
Load f2 into a hashed file. Use NameStem as the key.