log using mw,text replace *by Jean Roth, jroth@nber.org, 2003-02-14 set more 1 set mem 1500m ! /bin/rm -f /tmp/mw.raw mw.dct mwdcthead * run with nohup stata -b do mw & to run in batch mode ! echo >mwdcthead dictionary using /tmp/mw.raw program define mw !zcat /home/data/mare_winship/cpsmw`1'.Z >/tmp/mw.raw ! cat /home/data/mare_winship/mwdcthead /home/data/mare_winship/mw.dbd >./mw.dct quietly infile using mw if `1' >= 64 & `1' <= 88 { do mw_labels } #delimit cr compress saveold /home/data/mare_winship/cpsmw`1', replace summarize ! /bin/chmod a+r /home/data/mare_winship/cpsmw*.dta ! /bin/chmod g+w /home/data/mare_winship/cpsmw*.dta ! /bin/chgrp web /home/data/mare_winship/cpsmw*.dta clear ! /bin/rm -f mw.dct /tmp/mw.raw end *mw 64 *mw 65 *mw 66 *mw 67 *mw 68 *mw 69 *mw 70 *mw 71 *mw 72 *mw 73 *mw 74 *mw 75 *mw 76 *mw 77 *mw 78 *mw 79 *mw 80 *mw 81 *mw 82 *mw 83 *mw 84 *mw 85 *mw 86 *mw 87 ** 1988 has two versions of the raw files *mw 88 *mw 89 *mw 90 *mw 91 *mw 92