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?
PLEASE HELP: "Convergence not achieved" errorHi, I am using xtgee command to estimate DP with IV in fractional form on a balanced panel data but …
Panel data with small T small N and endogenous variableI have a panel data with small T (T = 11) small N (N=18) with 01 endogenous variable. Which methodol…
Identifying First Occurrences in Panel DataDear Statalist Community, Set-up I am currently working with a database of executive compensation f…
Reshaping categorical variablesHello Statalisters, I am facing the following problem. This is what my data looks like: Code: inp…
Reshaping categorical variablesHello Statalisters, I am facing the following problem. This is what my data looks like: Code: inp…
Subscribe to:
Post Comments (Atom)
0 Response to Export DTA file to sas7bdat file?
Post a Comment