ARE is a throwaway connective that can be used in an INFO/ACCESS query to make it sound more like an English-language sentence. It has no effect.
Example
These two statements produce the same report:
>LIST CUSTOMERS IF ORDERS ARE > "200" |
>LIST CUSTOMERS IF ORDERS > "200" |
The ARE connective is ignored in the first statement.
See Also