LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 20 Jun 1996 14:10:28 -0400
Reply-To:     Roger Deangelis <deangel@HORIZSYS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Roger Deangelis <deangel@HORIZSYS.COM>
Subject:      Keyed Lookups set x/key=y;

There are several facts I learned about keyed lookups (The hard way).

When you are creating an index that should be unique, always create the index with the unique option.

If possible do not include columns in a key that you know will always be null

Use different names for the keys in the master and transaction tables ( especially if you expect to do many keyed lookups or sql processing ).

Pehaps the keys should have different names on all tables???

Obviously you pay a penalty when using merge, modify and update. You may need to rename columns.

Roger DeAngelis


Back to: Top of message | Previous page | Main SAS-L page