kdms_query_attribute_definition - determines if an attribute is defined.
LIBRARY CALL
int kdms_query_attribute_definition(
char *association,
char *attribute)
INPUT
association - string indicating the scope of the
attribute. The same association
that was used to define the attribute
must be used here.
attribute - attribute string identifier
OUTPUT
none
RETURN VALUE
TRUE if attribute is defined, FALSE otherwise
DESCRIPTION
This function will check to see if an attribute is
defined on the definition list. The attribute definition
corresponding to the given association and attribute
name will be searched for.