SUBJECT: Importing and exporting text files with Stata AUTHOR: Phil Goldberg, Systems Manager, Cardiology, Children's Memorial Hospital Chicago, IL SUPPORT: Fax 312-880-3324 COMMENTS: Files on disk: readsep.do Stata do-file that reads in comma-separated files s2sep.do Stata do-file that writes out comma-separated files sep2stat.c C Source code for converting comma-separated to Stata readable stat2sep.c C Source for converting Stata datasets to comma separated files Copy to any temporary directory. To make executables, type make sep2stat make stat2sep from Unix. Post executables and do-files to convenient place.