set more off capture log close capture log using linkpe2002psunl.log, replace capture set mem 1000m ** -----------------------------------------------; ** This program reads the 2002 *Territories Unlinked Linked Birth Infant Death Birth Period Data Data File ** by Jean Roth , jroth@nber.org , Fri Mar 14 03:34:50 EDT 2014 ** Please report errors to jroth@nber.org ** NOTE: This program is distributed under the GNU GPL. ** See end of this file and http://www.gnu.org/licenses/ for details. ** Run with do linkpe2002psunl ** -----------------------------------------------; ** The following line should contain ** the complete path and name of the raw data file. ** On a PC, use backslashes in paths as in C:\ ; local dat_name "LinkPE02PSUnl.dat" ** The following line should contain the path to your output '.dta' file ; local dta_name "/homes/data/linkpe/2002/linkpe2002psunl" ** The following line should contain the path to the data dictionary file ; local dct_name "linkpe2002psunl.dct" ** The line below does NOT need to be changed ; infile using "`dct_name'", using("`dat_name'") clear note: by Jean Roth, jroth@nber.org Fri Mar 14 03:34:50 EDT 2014 compress saveold "`dta_name'",replace