** Stata profile global F2 "set more off" global F3 "codebook, compact" global F4 "datetime" global F8 "set mem 150m" global F9 "exit, clear" doedit noisily pwd noisily dir set more off set scrollbufsize 320000 noisily query interface version 7.0 capture program drop datetime program define datetime disp "DateTime: $S_DATE $S_TIME" end version 10.0 noisily display "DAMES: Data Management through e-Social Science, www.dames.org.uk" noisily display " " noisily display "Stata 10 IC, with DAMES workshop example profile " noisily display "`c(current_time)' `c(current_date)'"