. capture set mem 5g . . ** -----------------------------------------------; . ** This program reads the 2016 NCHS Natality Detail U.S. Territories Data Fil > e . ** by Jean Roth , jroth@nber.org , Thu Oct 12 11:09:28 EDT 2017 . ** 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 natlterr2016 . ** -----------------------------------------------; . . ** 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 "./2018ps.txt" . . ** The following line should contain the path to your output '.dta' file ; . . local dta_name "/homes/data/natality/2018/natlterr2018" . . ** The following line should contain the path to the data dictionary file ; . . local dct_name "natlterr2018.dct" . . ** The line below does NOT need to be changed ; . . infile using "`dct_name'", using("`dat_name'") clear file natlterr2018.dct not found r(601); end of do-file r(601); . exit,clear