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'.old.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'old, 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 ** 1988 has two versions of the raw files ** This file does the original, old format mw 88