This is possible on D3 because the number of items in a file kept in the
FCB. To my knowledge no such count is kept anywhere for a Universe file.

Note that D3 also has the "estimate-count" verb (typically renamed "ecount"
by me for easier use), which returns the number of items in a file
instantly. FYI, I ran down the user exit in that verb and created my own
subroutine "ecount.sub(filename,count) so that I can get the number of items
in a file from inside a basic program and thus allow a basic "select
filevar... readnext id" loop to display progress.

I agree with your users, It is a great D3 feature.

/Scott Ballinger
Pareto Corporation
Edmonds WA USA
206 713 6006

On Fri, Sep 19, 2008 at 1:33 PM, JeffG <[EMAIL PROTECTED]> wrote:

> D3 allows you to use a (T option at the end of a SELECT statement.  This
> will
> display a progress counter during the select.  Is there a way to do this in
> Universe?  See example below from D3.
>
> :SELECT DEBTOR (T
>
> Selected Processed Total Completed
>
> 6623     6623      7205580 0%
>
> We are converting from D3 to Universe and our users really like this D3
> feature.
>
> --
> View this message in context:
> http://www.nabble.com/Progress-Counter-for-Universe-SELECT-tp19576689p19576689.html
> Sent from the U2 - Users mailing list archive at Nabble.com.
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to