/* This Stata program was automatically generated by Stat/Transfer */ /* The following line should contain the complete path and name of your raw data file */ local dat_name "C:\documents and settings\paul gronke\desktop\eac2007\codebooks\final codebook and dataset work\eac_raw_juri_set3b.dat" /* The following line should contain the path to your output '.dta' file */ local dta_name "C:\documents and settings\paul gronke\desktop\eac2007\codebooks\final codebook and dataset work\eac_raw_juri_set3b.dta" /* The following line should contain the path to the data dictionary file */ local dct_name "C:\documents and settings\paul gronke\desktop\eac2007\codebooks\final codebook and dataset work\eac_raw_juri_set3b.dct" infile using "`dct_name'", using("`dat_name'") clear save `dta_name', replace ;