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