Hello! I am doing a project using the Medical Expenditure Panel Survey (MEPS) database. I am trying to import the 2011 Full Year Consolidated SAS (.ssp) file into Stata/BE 18.0. However, when I try to import this file, I get the following error message:
import sasxport5 "File Name.ssp", clear
xpt member h147 contains 2052 variables;
no room to add more variables
Up to 2,048 variables are allowed with this version of Stata. Versions are available that allow up to 120,000 variables.
I only need to analyze about 5 variables from this file. Is there a way that I can only import those 5 variables from this file?
import sasxport5 "File Name.ssp", clear
xpt member h147 contains 2052 variables;
no room to add more variables
Up to 2,048 variables are allowed with this version of Stata. Versions are available that allow up to 120,000 variables.
I only need to analyze about 5 variables from this file. Is there a way that I can only import those 5 variables from this file?
Comment