Programming Guide |
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.
C only
- · 0: The variable is not found.
If the application has created a binary variable with DBMS BINARY, this function gets the maximum number of occurrences in the variable.