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?
miliseconds datetime convertionHi , my dataset has a datetime string like this: Code: clear input str28 activityDateTime "2022-1…
gen var1=var2, generates some wrong values Code: gen geo3= geo3_bd2001 gives the following values. I wonder what might cause this. Any idea pl…
esttab summary stats tableHello, I am using estout package to create my summary stats table. I only want the stats for one v…
Analysing which colour contributes to the greatest price premiumHi Everyone, I hope you're well! I am trying to observe what colours have the greatest price premi…
Creating bar chart with multiple binary variablesHi, I am attempting to create a bar chart in Stata that shows proportions for multiple different bin…
Subscribe to:
Post Comments (Atom)
0 Response to Export DTA file to sas7bdat file?
Post a Comment