log using mw,text replace *by Jean Roth, jroth@nber.org, 2003-02-14 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 for 2 64/92: !zcat /home/data/mare_winship/mw`2'.Z >/tmp/mw.raw} ! cat /home/data/mare_winship/mwdcthead /home/data/mare_winship/mw.dbd >./mw.dct quietly infile using mw #delimit cr compress save /home/data/mare_winship/cpsmw`2',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