BookmarkSubscribeRSS Feed
Arsenio_Staer
Calcite | Level 5

Dear all,

This should be a simple question. All datasets i export from SAS to Stata using code below end up with all variables low case although they were a mix of low and upper case in SAS.

PROC EXPORT DATA=lib.foo /* exporting for panel regression in stata for panel regression */

            FILE="t:\my docs\lib.foo.dta"

            DBMS=STATA REPLACE;

RUN;

Using R 2.13, same dataset and the code below,

write.dta(lib.foo, file=paste(df.project.path,"/","lib.foo.dta", sep=""))

conserves the casing of the variables. Have been searching around for the cause, but no luck. Would appreciate any help!

Thanks,

Arsenio

2 REPLIES 2
Arsenio_Staer
Calcite | Level 5

Still haven't been able to figure it out. It's a rather strange coercion given that both SAS and Stata support mixed case var naming.

Any advice?

Linlin
Lapis Lazuli | Level 10

you may find something information from the bottom part of the link https://communities.sas.com/message/119093#119093.  there are options (such as VALIDVARNAME) to control cases.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 14807 views
  • 0 likes
  • 2 in conversation