All table and field names must appear as they are in the schema.

Noncompliant Code Example

 /* On sports2000 database */
 FIND FIRST custome.
 DISP cust.custnu.

Compliant Solution

 FIND FIRST customer.
 DISP customer.custnum.