Set the maximum number of simultaneously open DBPROCESS structures.
RETCODE dbsetmaxprocs(maxprocs) int maxprocs;
The new limit on simultaneously open DBPROCESS structures for this particular program.
SUCCEED or FAIL.
A DB-Library program has a maximum number of simultaneously open DBPROCESS structures. By default, this number is 25. The program may change this limit by calling dbsetmaxprocs.
The program may find out what the current limit is by calling dbgetmaxprocs.