I am on Stata 16.1 and I want to convert SPSS files into .dta format. I have more than 30 SPSS files in one folder that needs conversion.
I have been trying to 'import' it using the Stata inbuilt command and I also tried installing the user defined -usespss- for the purpose.
The commands I used were the following:
When I use the import command, I get the error "unable to parse file on disk" and when I use usespss command, it says "file not found".
How do I write the command so that I can open the files?
I have been trying to 'import' it using the Stata inbuilt command and I also tried installing the user defined -usespss- for the purpose.
The commands I used were the following:
Code:
import spss using "filename.sav", clear usespss "filename.sav", clear
How do I write the command so that I can open the files?
Comment