Hello. I had previously used University Edition to convert SAS files to Stata files, and I used the following code: proc export data=home/u43327634/NHANES/17_18/DEMO_J.XPT file='C:\Users\zachc\Desktop\test.dta' dbms=stata replace; run; However, my institution recently switched over to SAS OnDemand for Academics, and now that code doesn't work. It gives the following error message: ERROR 22-322: Expecting a name. ERROR 200-322: The symbol is not recognized and will be ignored. I'm not too fluent in SAS, I really just use it to convert to Stata files. Can you help? Thanks, Zach
... View more