set more off capture log close capture log using mort2015.log, replace capture set mem 1000m ** -----------------------------------------------; ** This program reads the 2015 NCHS Multiple Cause of Death Data Data File ** by Jean Roth , jroth@nber.org , Fri Dec 9 12:09:54 EST 2016 ** 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 mort2015 ** -----------------------------------------------; ** 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 "/homes/data/mortality/2015/mort2015us.dat" ** The following line should contain the path to your output '.dta' file ; local dta_name "/homes/data/mortality/2015/mort2015" ** The following line should contain the path to the data dictionary file ; local dct_name "mort2015.dct" ** The line below does NOT need to be changed ; infile using "`dct_name'", using("`dat_name'") clear note: mort2015 data set up by Jean Roth, jroth@nber.org Fri Dec 9 12:09:54 EST 2016 compress saveold "`dta_name'",replace