Programming Guide



dm_bin_max_occur

Gets the maximum number of occurrences in a binary variable

#include <dmuproto.h>
int dm_bin_max_occur(char *variable);

variable
The variable whose maximum number of occurrences you want to ascertain.

Environment

C only

Returns

Description

If the application has created a binary variable with DBMS BINARY, this function gets the maximum number of occurrences in the variable.

See Also

DBMS BINARY