Hi:
I am trying to import a dataset that I have only in .sav format. I am on a MacBook Pro Intel where my Stata 17 shows the "import SPSS data" option. So I tried using that interface as well as using the command "import spss using.." but I get the 'command unrecognized' error. Intriguingly, even when I type "import spss ..", the error message says "command import_spss is unrecognized". I am unable to understand why Stata would read "import spss" as "import_spss", which could be why the command is unrecognized.
Grateful for any help identifying where I am going wrong.
Bala
I am trying to import a dataset that I have only in .sav format. I am on a MacBook Pro Intel where my Stata 17 shows the "import SPSS data" option. So I tried using that interface as well as using the command "import spss using.." but I get the 'command unrecognized' error. Intriguingly, even when I type "import spss ..", the error message says "command import_spss is unrecognized". I am unable to understand why Stata would read "import spss" as "import_spss", which could be why the command is unrecognized.
Code:
import spss using "/Users/bala/Projects/21_DELHI_CONJOINT/21_data/21_05_raw/Delhi+Conjoint_April+2,+2024_11.06.sav" command import_spss is unrecognized
Bala
Comment