Hi Everyone,
I need to export a SAS dataset to Stata. I also have a SAS catalog which I keep all the user defined formats. The codes below are what I have tried so far without success. If anyone know how to do this, please help!
Thank you- Joanne
libname ftest "";
PROC EXPORT DATA=df_rec
OUTFILE="H:\late_recurrence.dta"
DBMS=dta REPLACE;
fmtlib=ftest;
RUN;
When you say "without success", can you explain what that means? Did you get errors in the log? Did the data export successfully but you were unhappy with the results? If so, what was wrong with the results?
When you say "retain the format" in STATA, what does that mean? SAS formats can be used like SPSS "value labels". Assuming STATA has the same construct, is the problem that the data is being exported to STATA successfully, but the value labels are missing?
Hi,
This related thread might help:
Are they numeric variables, and is the length of your format names <= 8 ?
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.