Leading asterisks can be confusing. Name matching stops after the name mask has been exhausted, even if more characters remain in the name. LLQ=*T selects LAST but not TEST. The asterisk requires a nonzero number of characters. LAST has three characters (matching the asterisk) before the T (matching the T in the mask). TEST, however, has zero characters before a T is encountered; the initial T in TEST matches the T in the mask *T, but because no characters precede the T, the match fails.