A cry for help here.... Have run into this a few times while trying to import data into Stata. Can't figure out what the problem is....:
. Import delimited basic-demographics.csv, delimiter(",")
unrecognized command: Import not defined by Import.ado r(199);
end of do-file
r(199);
Then, when I try again (without having made any changes, just re-trying out of stubbornness), I get a different error:
. . clear
. . . Import delimited basic-demographics.csv, delimiter(",")
import already defined (error occurred while loading Import.ado) r(110);