What exactly is table size in SAS HashTable specified by hashexp?
问题 I would like to have a little clarification on the definiton of a bucket in SAS hashtable. The question is exactly about the hashexp parameter. According to the SAS DOCs, hashexp is: The hash object's internal table size, where the size of the hash table is 2n. The value of HASHEXP is used as a power-of-two exponent to create the hash table size. For example, a value of 4 for HASHEXP equates to a hash table size of 24, or 16. The maximum value for HASHEXP is 20. The hash table size is not