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?
How to create variable of relative change?Dear experts, I have a dataset including monthly observations from June 2017 - June 2019, where I w…
extract table from multiple pages of the web by Stata ?Hi , I'm now trying to extract data from web " https://ift.tt/2HE5woy" , there are a lot of pages in…
Inclusion of interaction terms and interpretation of margins output in RE xtprobitHi all, I am conducting a study into the transmission of time preferences in spouses through their …
Annualising coefficients in a loopHi all, I am currently working on project about volatility timing. The data I am working with is dai…
Binary Variable GraphHello all, I simply want to plot a graph with the number of times a binary variable (civil war inci…
Subscribe to:
Post Comments (Atom)
0 Response to Export DTA file to sas7bdat file?
Post a Comment