I have two files DAILYF and MASTERF
Both are Non-keyed PF.
I want to compare Family# of MASTERF with Family# of DAILYF , if there is a match
I want to replcae the values in column1, column2 of MASTERF with column1, column2 of DAILYF respectively.
Please suggest me code in Free RPG, is it necessary to define a LF with Family# as key over MASTERF?
Donna.
Both are Non-keyed PF.
I want to compare Family# of MASTERF with Family# of DAILYF , if there is a match
I want to replcae the values in column1, column2 of MASTERF with column1, column2 of DAILYF respectively.
Please suggest me code in Free RPG, is it necessary to define a LF with Family# as key over MASTERF?
Donna.
Comment