Hi,
We can employ splice command to successfully perfom one-to-many record splicing.
My requirement is, i have two records (represented here as 'A') which are to be spliced with 'n' records (represented here as 'B' )based on 'dayname' as matching condition.
(say)
A:
20111227..........SUN
20111228..........MON
B:
........YYYYYYYYYYSUN
........XXXXXXXXXXSUN
........2222222222MON
........3333333333MON
My end result should look like...
20111227YYYYYYYYYYSUN
20111228XXXXXXXXXXSUN
201112282222222222MON
201112283333333333MON