Function: GDS_PRIME Purpose: Returns the size of the set's hash table. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: INTEGER GDS_PRIME( SET , Input CHARACTER*(*) ERROR ) Output INTEGER GDS_PRIME Returns the size of the set's hash table. SET Name or handle of set. ERROR Error return code. Description: The obtained size of the hash table can be used to determine the size of the hash table of a set to be created. The size of a set's hash table influences the efficiency with which descriptor items can be accessed. It should be of the same order of magnitude as the number of descriptor items (to be) stored. See also: gds_nitems.dc2, gdst_prime.dc2. Updates: Apr 27, 1994: JPT, document created.