Pay attention to the second line of that warning: An invalid numeric field has been found. You are trying to read non-numeric values (e.g., 'N/A') into a numeric variable.
One solution would be to import those variables as strings, and then convert them to numeric if that is necessary or desirable.
------------------------------
Bruce Weaver
------------------------------