min = sys.get_min(<cbtot>);
min = sys.get_min(<cbvar>,<cbtot>);
min = sys.get_min(<CBNAME>,<cbvar>,<cbtot>);
Or more generally
min = sys.get_min([[<CBNAME>,]<cbvar>,]<cbtot>);
In most cases, sys.get_min() will be used with one argument.
When used this way,
it will work with the current CB and the current
CB Var/EOF Group.
Optional arguments are allowed so that you can get min vals without needing
to be processing a particular CB Var Group or even a particular CB.