George, Thanks! This may be what all the additional coding was trying to address - Isn't CMD<-1> directing the inclusion of all keys to one record instead of 2? I'll look into this. Again, Thanks!
Greg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Monday, January 23, 2006 9:41 AM To: [email protected] Subject: RE: [U2] RE:MERGE SAVE.LISTS > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Coelho, Gregory > Sent: Monday, January 23, 2006 8:43 AM > To: [email protected] > Subject: RE: [U2] RE:MERGE SAVE.LISTS > > > Colin, > > Thanks for the steer. For some reason the code that I inherited had > some 30 lines dedicated to merging 2 saved lists. The focus > seems to be > restructuring the keys. It doesn't work. The traditional approach > works like a champ and is delivering the expected data. I'll explore > the List commands... Thanks again for the help. > > Greg > > EXECUTE "GET.LIST SL.LIST1 TO 1" > EXECUTE "GET.LIST SL.LIST2 TO 2" > EXECUTE "MERGE.LIST 1 UNION 2" > Etc. I've had issues sometimes setting up the merge like above, and had to use CMD="" CMD<-1>="GET.LIST SL.LIST1 TO 1" CMD<-1>="GET.LIST SL.LIST2 TO 2" CMD<-1>="MERGE.LIST 1 UNION 2" EXECUTE CMD George ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
