GETNAMES= specifies that PROC IMPORT does not generate the variable names from the input file, but uses VAR0, VAR1, and so on.
   getnames=no;
run;