nowhere

no WHERE-clause on table [buffername]

Rule "nowhere" gives this warning when it finds a "FOR", "FIND" or "OPEN QUERY" statement without a WHERE-clause.
In this case Prolint should also give a "wholeindex" warning.

the risc:

Progress may fetch too many records from the table, resulting in bad performance.

how to solve this:

Rewrite the statement so that it contains a WHERE-clause.

How to suppress these warnings:

You can put directive {&_proparse_ prolint-nowarn(nowhere)} directly before the statement.
See also: suppress warnings.