I want to display a running total of a count as a loop is being processed, and I’m pretty sure I’ve seen it done with the number of records being processed during a FIND.
But I can’t seem find a way to do it; what should I be using to continuously display a running total?
I think what you’re looking for is the statement
SET CONTROl ‘N’
that wil ignore the next input, i.e. you can write to the screen, and won’t have to wait for acknowledment from the user.