Hello Stata users
I'm trying to export a Stata DTA file to sas7bdat file?
I have tried the export sasxport8 filename, replace command from the help menu. It stores my data in SAS format but not in the intended format "sas7bdat".
Is there a way Stata can do this? I don't have access or a license to Stat/transfer on my pc. So that's not an opportunity.
Kind regards Frank
Stata code:
cd "C:\Users\Frank\excel"
import excel using myexcel, firstrow clear
export sasexport8 myssas, replace
Related Posts with Export DTA file to sas7bdat file?
creating a table with mean plus/minus SD in each cellHello! I'm using Stata 14.1 on Windows. I am creating a table that has mean plus/minus standard devi…
Number of clusters in fracregI am working with data at the firm-year level where I am running a regression with standard errors c…
How to forecast or estimate missing data?Regards! I would like to know if there is a quick way to estimate (or forecast) missing data? I am u…
Reshaping long to wide data with multiple unique identifier in a data setDear all, I faced a problem while using reshape command for my data. reshape wide time_from time_t…
kountry commandHi all, I'm trying to generate iso2 codes for all countries (typed out manually) and I have been tol…
Subscribe to:
Post Comments (Atom)
0 Response to Export DTA file to sas7bdat file?
Post a Comment