If I do lookups to multiple files using the same lookup name (a common practice at Aljex) and then I issue a CLOSE for that lookup name - what happens? Do all the lookup files get closed or only the last one to use that name? Example: lookup pro=1disp .... gosub process lookup pro=2disp ... gosub process lookup pro=3disp gosub process close pro Howie